client now listens on a socket and gets SO_ORIGINAL_DST correctly.

This commit is contained in:
Avery Pennarun
2010-05-01 18:03:45 -04:00
parent f84b87d7eb
commit a818105dfe
2 changed files with 33 additions and 0 deletions

6
helpers.py Normal file
View File

@ -0,0 +1,6 @@
import sys, os
def log(s):
sys.stdout.flush()
sys.stderr.write(s)
sys.stderr.flush()