Skip to content

Commit 8bdb0b5

Browse files
committed
More documentation update
1 parent 44022d6 commit 8bdb0b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/Connection.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ function Connection(packetSender) {
1818

1919
util.inherits(Connection, EventEmitter);
2020

21+
/**
22+
* Sends the given buffer to the end host.
23+
* @param {Buffer} data The buffer to send to the end host.
24+
*/
2125
Connection.prototype.send = function (data) {
2226
this._sender.send(data);
2327
};

0 commit comments

Comments
 (0)