Urgent Data Transmission (2)
- How to process urgent data?
- Data Sender side:
- Set the urgent flag and the urgent pointer in the TCP header.
- Data Receiver side:
- (When the Receiver receives the TCP packet with urgent data.)
- Notify application that we have urgent data.
- Stay in urgent mode until application finish to read urgent data.