-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
The data packets are sent from server to client (A-->B). Why use the one way delay signal from client to server (B-->A, the reverse link) for control? That really confuse me a lot. The packets are accumulted on the link of A-->B. It seems to me the delay value from B-->A has nothing releated to reflect link congestion.
delay = (receivedtime.tv_sec-pdu->seconds)*1000.0+(receivedtime.tv_usec-pdu->millis)/1000.0;
Metadata
Metadata
Assignees
Labels
No labels