Relative Content

Tag Archive for clinuxhttpsocketstcp

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: