On Sun, 22 Sep 2019 11:50:57 +0100 Sad Clouds <[email protected]> wrote:
> I have a small client/server network application. Client opens a TCP > connection to a server and starts writing data, at the same time client ... > Any ideas or comments? Yes: Why don't you just do that ? Read and write on TCP I have a feeling you are handling it from the "wrong end" by checking yourself with poll(). Germain
