• How to prevent TCP/IP reception until I'm ready
    I have written a small embedded TCP/IP server application but it needs to work lock-step: one query then one response. My problem is that the client (not under my control) making the requests is...
  • How to prevent TCP/IP reception until I'm ready
    I have written a small embedded TCP/IP server application but it needs to work lock-step: one query then one response. My problem is that the client (not under my control) making the requests is...
  • TCPnet TCP Size
    Hi, I just started working with TCPnet and my project involves transfer of "big data" over the network. Big is a synonym of "few hundreds of kb". I did not find what kind of behaviour to...
  • TCPnet TCP Size
    Hi, I just started working with TCPnet and my project involves transfer of "big data" over the network. Big is a synonym of "few hundreds of kb". I did not find what kind of behaviour to...
  • TCPnet - TCP window management
    Hi, I'm using a homemade FTP server library , and recently , I observed a strange behaviour using it with Firefox as ftp client. When I want to download a file from my server with firefox , the...