improve comment
This commit is contained in:
parent
f052091558
commit
60ccbc4fe6
1 changed files with 3 additions and 3 deletions
|
@ -261,9 +261,9 @@ data NetF c
|
||||||
-- ^ Sends exactly Len bytes of data. (Any more or less will
|
-- ^ Sends exactly Len bytes of data. (Any more or less will
|
||||||
-- confuse the receiver.)
|
-- confuse the receiver.)
|
||||||
| ReceiveBytes Len MeterUpdate (L.ByteString -> c)
|
| ReceiveBytes Len MeterUpdate (L.ByteString -> c)
|
||||||
-- ^ Lazily reads bytes from peer. Stops once Len are read,
|
-- ^ Streams bytes from peer. Stops once Len are read,
|
||||||
-- or if connection is lost, and in either case returns the bytes
|
-- or if connection is lost. This allows resuming
|
||||||
-- that were read. This allows resuming interrupted transfers.
|
-- interrupted transfers.
|
||||||
| CheckAuthToken UUID AuthToken (Bool -> c)
|
| CheckAuthToken UUID AuthToken (Bool -> c)
|
||||||
| RelayService Service c
|
| RelayService Service c
|
||||||
-- ^ Runs a service, relays its output to the peer, and data
|
-- ^ Runs a service, relays its output to the peer, and data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue