| version 1.2 | version 1.3 | |||
|---|---|---|---|---|
|
| |||
| baseport=UDP_BASEPORT+atoi(Args[i+1]); | baseport=UDP_BASEPORT+atoi(Args[i+1]); | |||
| } | } | |||
| if ((i=FindArg("-ip_bind_addr"))){ | ||||
| ip_bind_addr.dns(Args[i+1],0); | ||||
| } | ||||
| myport=baseport+(oport - IPX_DEFAULT_SOCKET); | myport=baseport+(oport - IPX_DEFAULT_SOCKET); | |||
| if (arch_ip_open_socket(myport)) return -1; | if (arch_ip_open_socket(myport)) return -1; | |||
| Legend: | |
| line(s) removed in v.1.2 | |
| line(s) changed | |
| line(s) added in v.1.3 | |