J
Joe Green
When I do a:
import socket
print socket.socket().recv.__doc__
it tells me to look in the Unix manual. What is it on about, and is this
manual online?
I am generally struggeling with the documentation for socket, I want to do
RAW
sockets, but I can't find anything on it (I know IP, but not UNIX).
import socket
print socket.socket().recv.__doc__
it tells me to look in the Unix manual. What is it on about, and is this
manual online?
I am generally struggeling with the documentation for socket, I want to do
RAW
sockets, but I can't find anything on it (I know IP, but not UNIX).