Skip to content
  • deuce's avatar
    Add a passthru socket so socket-using doors will work under SSH without · 472e7ff2
    deuce authored
    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.
    472e7ff2