mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Docs for Socket::bytesRead, Socket::bytesWritten
This commit is contained in:
committed by
Ben Noordhuis
parent
14b75a126f
commit
216829e752
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user