Launching Server On UDP: Basic Functionality Achieved
Launched server on UDP, working on port management (28500-28600). Added command line args & netstat output. Waiting for feedback on server functionality!
Hello, dear friends! Today I worked on the basic functionality of launching the server and it already works on UDP. You can see on the screenshots what successes I have achieved (Tests): 1 - Launched server, which does not match the ports, by the way, I have already decided what will happen with the ports (from 28500 to 28600) 2 - I launch the same server, where I see that this port is busy 3 - Command line arguments for launching 4 - List of UDP ports, with the command "netstat -a -p UDP" I am also waiting for your advice on what and how it would look in action on the server part.!