Where does TcpFull know no more data needs to be sent?

View: New views
1 Messages — Rating Filter:   Alert me  

Where does TcpFull know no more data needs to be sent?

by Eclipse612 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I'd like to have the FullTcp agent call a certain method at the appropriate time, but can't find the spot to put the call in.
The agent is sending a - let's call it that way - "application data object". Of course, it sends little 536-byte segments until the total bytes sent reach the size of the given "application layer payload". I want the sending agent to make the call when all bytes have been sent and all acks have been received, so that I can tell the application layer to send another data object. Where do I put the call?

Thanks in advance!