March 2003
Intermediate to advanced
656 pages
39h 30m
English
bind
s.bind((host,port))Binds socket s to accept connections from
host host serving on port number
port. host can
be the empty string '' to accept connections from
any host. It’s an error to call
s
.bind twice on any
given socket object s.