when I run "./server.o 3000" it does not give me a connection on port 3000, but on port 5000 instead. I also noticed that in main.c there is no inclusion of argc or argv, so it likely isn't listening for any cli arguments. I will eventually try and submit a pull request and try and fix it, but it may take away because I am not quite familiar with the code yet. I discovered this when I ran an "nmap" scan on my loaclhost, and it only showed up for port 5000. I hope I can help fix this soon!
when I run "./server.o 3000" it does not give me a connection on port 3000, but on port 5000 instead. I also noticed that in main.c there is no inclusion of argc or argv, so it likely isn't listening for any cli arguments. I will eventually try and submit a pull request and try and fix it, but it may take away because I am not quite familiar with the code yet. I discovered this when I ran an "nmap" scan on my loaclhost, and it only showed up for port 5000. I hope I can help fix this soon!