BasicSocket is the super class for all the Socket classes.
basicsocket.recvmsg(maxmesglen=nil, flags=0, maxcontrollen=nil, opts={}) => [mesg, sender_addrinfo, rflags, *controls]
basicsocket.getpeername => sockaddr Instance Public methods Returns the
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
getsockopt(level, optname) => socketoption Instance Public methods Gets
connect_address() Instance Public methods Returns an address of the socket suitable
basicsocket.getpeereid => [euid, egid] Instance Public methods Returns the
basicsocket.recv(maxlen) => mesgbasicsocket.recv(maxlen, flags) => mesg Instance Public methods
basicsocket.do_not_reverse_lookup = bool Instance Public methods Sets the
Page 2 of 3