Skip to content

Commit 826214d

Browse files
committed
Revert "add udp as well"
This reverts commit 75cab2d.
1 parent 75cab2d commit 826214d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

bin/salsa

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,7 @@ check_proxies &
145145
CHECK_PROXIES_PID=$!
146146

147147
socat TCP-LISTEN:$listening_port,bind=$listening_host,fork,reuseaddr,forever \
148-
EXEC:"$command" &
149-
TCP_LISTENER_PID=$!
150-
151-
socat UDP-LISTEN:$listening_port,bind=$listening_host,fork,reuseaddr,forever \
152-
EXEC:"$command" &
153-
UDP_LISTENER_PID=$!
154-
155-
wait $TCP_LISTENER_PID $UDP_LISTENER_PID
148+
EXEC:"$command"
156149

157150
kill -9 $CHECK_PROXIES_PID
158151
rm -rf $PROC_DIR

0 commit comments

Comments
 (0)