Currently all traffic is sent/recieved on port 8446. I want to modify this so that each function has its own port. This can be changed so that sending and recieving each type (e.g. audio, text...) has its own port or it could be split further with sending and recieving having their own ports.
Currently all traffic is sent/recieved on port 8446. I want to modify this so that each function has its own port. This can be changed so that sending and recieving each type (e.g. audio, text...) has its own port or it could be split further with sending and recieving having their own ports.
New port mapping proposal: Sending audio: 8450 (UDP) Recieving audio: 8451 (UDP) Sending messages: 8452 (UDP) Recieving messages: 8453 (UDP) Recieving all old messages: 8454 (TCP) Sending screenshare: 8455 (TCP) Recieving screenshare: 8456 (TCP) Updater: 8457 (TCP) Data: 8458 File Hosting: 8459