• 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...
  • Webserver and TCP Socket - TCPNET
    Hello There, I am trying to implement the webserver and TCP socket implementation in a single solution. I hope that both can co-exist (built using TCPNet module). Has anyone done similar implementation...
  • 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...
  • RL-TCPnet TCP reception problem
    Hello, When I send an TCP packet (1022 bytes) from my PC, I receive the packet in 2 times (with TCP_EVT_DATA). 536 bytes first and 486 bytes. I don't understand why I can't receive it in one...
  • TCPnet Library Question
    I am writing a driver for the ENC28J60 for use with the TCPnet Keil TCP/IP library. In the example code in their documentation they call 'LREG' all over the place. I can't seem to find any documentation...