I’m running slipstream-client and it accepts incoming TCP streams, but the connection gets closed soon after the connection is established. I’m trying to keep the TCP connection alive (or understand why it’s closing) and avoid the disconnect.
Command
slipstream-client-org \
--domain=example.com \
--resolver=1.1.1.1 \
--tcp-listen-port=1000
Output / Logs
INFO Listening on TCP port 1000
INFO Accepted TCP stream 0
INFO Accepted TCP stream 4
INFO Accepted TCP stream 8
INFO Connection closed
I’m running
slipstream-clientand it accepts incoming TCP streams, but the connection gets closed soon after the connection is established. I’m trying to keep the TCP connection alive (or understand why it’s closing) and avoid the disconnect.Command
Output / Logs