Lines Matching refs:server
36 console.log(`'connection' ${++serverConnections} emitted on server`);
42 `server connection ${srvConn} is started by client ${this.clientId}`);
49 server.close();
50 console.log(`connection ${this.clientId} is closing the server:
51 FIN ${serverReceivedFIN} received by server,
54 FIN ${serverConnections} sent by server`.replace(/ {3,}/g, ''));
71 // after the server closes the connections, but not readable
92 FIN ${serverReceivedFIN} received by server
95 FIN ${serverConnections} sent by server`.replace(/ {3,}/g, ''));
99 const port = server.address().port;
114 const server = net.createServer({ allowHalfOpen: true })