Receiving TCP data

Table of Contents
tcp_recv() -- Set callback for incoming data
tcp_recved() -- Indicate receipt of data

TCP data reception is callback based - an application specified callback function is called when new data arrives. When the application has taken the data, it has to call the tcp_recved() function to indicate that TCP can advertise an increase in the receive window.

   
         
 
  Copyright © 2003-2008 eCosCentric Limited Privacy & Legal Statements