Changeset 707 for tools

Show
Ignore:
Timestamp:
11/04/07 15:42:44 (14 months ago)
Author:
michiel
Message:

move some stuff around

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tools/nsa/nsa.py

    r706 r707  
    153153                        self.sock = sock 
    154154 
     155                self.sock.setblocking(0) 
    155156                self.sock.bind((HOST, PORT)) 
    156157                self.sock.listen(1) 
    157                 self.sock.setblocking(0) 
    158158         
    159159        def do_process(self):