Skip to content

Commit

Permalink
Docs for Socket::bytesRead, Socket::bytesWritten
Browse files Browse the repository at this point in the history
  • Loading branch information
wildchild authored and bnoordhuis committed Jul 25, 2011
1 parent 14b75a1 commit 216829e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/api/net.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 216829e

Please sign in to comment.