Commit c30dcd97 by Michael Pastushkov

fix

parent 1458192b
#!/bin/sh
make clean && make && ./bytevia --local-port=1948 --remote-host=p4pn.net --remote-port=1984 --proto=udp --secret=52341 --encrypt=0 --log=2
\ No newline at end of file
make clean && make && ./bytevia --local-port=1948 --remote-host=p4pn.net --remote-port=1984 --proto=udp --secret=52341
\ No newline at end of file
......@@ -356,7 +356,7 @@ int use(void)
int proxy_sock;
struct sockaddr_in proxy_addr;
struct sockaddr_in proxy_addr2;
int proxy_port = 1234;
int proxy_port = 12340;
FD_ZERO(&io);
FD_SET(rc.client_socket, &io);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment