in reply to Re^7: Querying program port
in thread Querying program port
I pasted in terminal, (for port in `seq 27895 1 27905`; do (echo -ne '\status\'; sleep 1) | socat STDIO UDP4:333networks.com:${port} & done; sleep 1; echo '') , it returned nothing.
In my previous post I told you it was TCP. Jetfighter game port 8181 is UDP, I tried it first, no response, tried TCP port 8182 and got a response.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Querying program port
by jcb (Parson) on Aug 12, 2019 at 02:47 UTC |