Low-Power Border Router

Lbrd.DaemonThread.DaemonThread Class Reference

Thread waiting for new connections on a TCP port. More...

List of all members.

Public Member Functions

def __init__
def run

Public Attributes

 lbrd
 port
 log
 socket

Detailed Description

Thread waiting for new connections on a TCP port.

This thread hands over the actual connection to a ClientConnector instance is creates and starts.


Constructor & Destructor Documentation

def Lbrd.DaemonThread.DaemonThread.__init__ (   self,
  lbrd,
  port 
)

Member Function Documentation

def Lbrd.DaemonThread.DaemonThread.run (   self)

Member Data Documentation