Lines Matching refs:by
42 `server connection ${srvConn} is started by client ${this.clientId}`);
46 console.log(`Server received FIN sent by client ${this.clientId}`);
51 FIN ${serverReceivedFIN} received by server,
52 FIN ${clientReceivedFIN} received by client
53 FIN ${clientSentFIN} sent by client,
54 FIN ${serverConnections} sent by server`.replace(/ {3,}/g, ''));
84 console.log(`connection ${index} has been closed by both sides,` +
92 FIN ${serverReceivedFIN} received by server
93 FIN ${clientReceivedFIN} received by client
94 FIN ${clientSentFIN} sent by client
95 FIN ${serverConnections} sent by server`.replace(/ {3,}/g, ''));