add comment
This commit is contained in:
parent
61bf2a27db
commit
2c56514a88
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ import Peer from './Peer.mjs';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A server that handles connections to many peers.
|
* A server that handles connections to many peers.
|
||||||
|
* Note that when a new peer connects it is NOT asked for a list of peers it is
|
||||||
|
* aware of. This is something you need to handle yourself!
|
||||||
* @extends EventEmitter
|
* @extends EventEmitter
|
||||||
*/
|
*/
|
||||||
class PeerServer extends EventEmitter {
|
class PeerServer extends EventEmitter {
|
||||||
|
|
Loading…
Reference in a new issue