-
- Downloads
Add a passthru socket so socket-using doors will work under SSH without
needing to be able to hijack an SSH session. Currently implemented with socketpair() which is non-Win32 and using UNIX-domain sockets only since socketpair() on many platforms doesn't support PF_INET with socketpair(). Something needs to be done about this. Also, the two extra threads are annoying.
Please register or sign in to comment