Docs for Socket::bytesRead, Socket::bytesWritten

This commit is contained in:
Alexander Uvarov
2011-07-23 13:00:43 +06:00
committed by Ben Noordhuis
parent 14b75a126f
commit 216829e752

View File

@@ -323,6 +323,14 @@ The string representation of the remote IP address. For example,
The numeric representation of the remote port. For example,
`80` or `21`.
#### socket.bytesRead
The amount of received bytes.
#### socket.bytesWritten
The amount of bytes sent.
#### Event: 'connect'