Lines Matching refs:Connection
1456 Connection reset by network",103:"Connection aborted",104:"Connection reset by peer",105:"No buffer space available",106:"Socket is already connected",107:"Socket is not connected",108:"Can't send after socket shutdown",109:"Too many references",110:"Connection timed out",111:"Connection refused",112:"Host is down",113:"Host is unreachable",114:"Socket already connected",115:"Connection already in progress",116:"Stale file handle",122:"Quota exceeded",123:"No medium (in tape drive)",125:"Operation canceled",130:"Previous owner died",131:"State not recoverable"};
4090 // if we're just now initializing a connection to the remote,
4239 var dest = sock.type === 1 ? // we only care about the socket state for connection-based sockets
4244 !dest || // connection-less sockets are always ready to read
4250 if (!dest || // connection-less sockets are always ready to write
4300 // binding on a connection-less socket
4361 sock.server.on('connection', function(ws) {
4409 // connection-less sockets will honor the message address,
4420 // connection-based sockets will only use the bound
4428 connection-based socket
4447 // if we're emulating a connection-less dgram socket and don't have
4448 // a cached connection, queue the buffer to send upon connect and
4452 // if we're not connected, open a new connection
41745 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.