![]() |
Low-Power Border Router
|
Handle the connection of a new client. More...
Public Member Functions | |
| def | __init__ |
| def | run |
Public Attributes | |
| lbrd | |
| conn | |
| addr | |
| port | |
| log | |
Handle the connection of a new client.
This thread only exists during the connection process. It is created when a new client attempts to connect and returns (i.e. dies) when the connection phase is over.
| def Lbrd.ClientConnector.ClientConnector.__init__ | ( | self, | |
| lbrd, | |||
| conn, | |||
| addr, | |||
| port | |||
| ) |
| def Lbrd.ClientConnector.ClientConnector.run | ( | self | ) |