Return a new socket for use as client.
(self)
| 728 | self.bindClient() |
| 729 | |
| 730 | def newClientSocket(self): |
| 731 | """Return a new socket for use as client.""" |
| 732 | return self.newSocket() |
| 733 | |
| 734 | def bindClient(self): |
| 735 | """Bind client socket and set self.cli_addr to its address.""" |