36373839404142
/** * Creates a new ListPeer that binds to the specified port. */ public ListPeer(int listenPort) { this.peer = new Peer(listenPort); }