Home | History | Annotate | Download | only in embenchen

Lines Matching full:sockets

3915         // map the new stream to the socket structure (sockets have a 1:1
3962 // for sockets that've already connected (e.g. we're the server)
4111 // listen sockets should only say they're available for reading
4117 var dest = sock.type === 1 ? // we only care about the socket state for connection-based sockets
4122 !dest || // connection-less sockets are always ready to read
4128 if (!dest || // connection-less sockets are always ready to write
4177 // in order to emulate dgram sockets, we need to launch a listen server when
4279 // TODO saddr and sport will be set for bind()'d UDP sockets, but what
4280 // should we be returning for TCP sockets that've been connect()'d?
4287 // connection-less sockets will honor the message address,
4298 // connection-based sockets will only use the bound