HTTP persistent connection with poll()
On successfully creating the listening socket, I try to run a block of code on it that should maintain a persistent connection. Here is what I have done so far:
On successfully creating the listening socket, I try to run a block of code on it that should maintain a persistent connection. Here is what I have done so far: