Ignore:
Timestamp:
04/13/10 13:09:05 (2 years ago)
Author:
dart
Message:

LoPlug?:
o Fix default adress for proxy
o Fix reusable address

Note:
BRAA is full working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branch/lotatc/2.1.1/loplug/server/loplugRouter.py

    r1956 r1974  
    147147    # Start routerSocket manager 
    148148    SocketServer.TCPServer.__init__( self, serverAddress, PlugRequestHandler) 
     149    self.allow_reuse_address = True 
    149150#---------------------------------------------------------------- 
    150151  # To shutdown the instance 
Note: See TracChangeset for help on using the changeset viewer.