Hi all, I've got a TCP server listening on port 1000. It should only have 1
client connecting at a time. after a client connects, it needs to block a
second connection on the TCP port. This is what Stevens describes as an
iterative server.
How can this be done? I did not find a way to configure this in uip_conf.h
What is the best way to add this to uip_appcall?
In the event a DOS attack was launched against the device it could be
flooded with SYN or connect, no?