Skip to content

Instantly share code, notes, and snippets.

View sc39IsADev's full-sized avatar
😃
I'm doing various things.

sc39 sc39IsADev

😃
I'm doing various things.
  • A place
View GitHub Profile
@sivachandran
sivachandran / SimpleTcpRedirector.py
Created March 4, 2012 01:42
A simple TCP redirector in python
#!/usr/bin/env python
import socket
import threading
import select
import sys
terminateAll = False
class ClientThread(threading.Thread):