04.02.2016, 18:27
I mean, that downloader, and server both work on UDP, so there is no way to run two sockets on the same port. Thats why downloader is running on server port + 32767. I guess that was bad idea, and thats why I have to move downloader to TCP port, like was before dev 5.
Because server and downloader have to work on the same port.
Because server and downloader have to work on the same port.