BasicSocket is the super class for all the Socket classes.
basicsocket.close_write => nil Instance Public methods Disallows further
basicsocket.send(mesg, flags [, dest_sockaddr]) => numbytes_sent Instance Public methods
basicsocket.getsockname => sockaddr Instance Public methods Returns the
setsockopt(level, optname, optval)setsockopt(socketoption) Instance Public methods Sets
basicsocket.getpeername => sockaddr Instance Public methods Returns the
connect_address() Instance Public methods Returns an address of the socket suitable
getsockopt(level, optname) => socketoption Instance Public methods Gets
basicsocket.getpeereid => [euid, egid] Instance Public methods Returns the
basicsocket.recv(maxlen) => mesgbasicsocket.recv(maxlen, flags) => mesg Instance Public methods
basicsocket.recv_nonblock(maxlen) => mesgbasicsocket.recv_nonblock(maxlen, flags) => mesg Instance Public
Page 2 of 3