6tunnel-0.10
Changes by Wojtek Kaniewski:
- major code cleanup,
- select() before accept(), so 6tunnel won't hang on sys_socketcall.
- fixed losing data under heavy load, when write() didn't send all data. unsent data is stored in a buffer,
- autoconf,
- supports pid file (idea by misio [email protected]).