10 years, 11 months ago.

TCPSocket.h/Net.h/tcp.h

Hello, If im browsing through the .h (TCPSocket.h, socket.h, tcp.h...) files of the InternetNetIf library. I find several functions to set up a socket, listen, bind, connect, accept... But where/when are these functions called? When Net::poll() looks in his receive buffer.

From HTTPrequestDispatcher i find a link to TCPsocket.h, here i find a link to Net.h which is connected to NetTcpSocket. But i dont find a trace to TCP.h?? where is this done?

What is the function of the PCB (connection control block) and where in the whole thing is this introduced?

THnx im totally not knowing of what im speaking but trying to learn...

Be the first to answer this question.