Skip to content
Snippets Groups Projects
Commit 472e7ff2 authored by deuce's avatar deuce
Browse files

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.
parent e4413cc1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment