|
发表于 2004-10-23 11:46:12
|
显示全部楼层
I guess the main reason is the sequence number of m3 was less than that of m2 although m3 arrives C later than m2 in real time. So, you need something to synchronize a clock or assign m3 a very big sequence number even if m3 is happend right after m1, and the sequence number of m3 should be definitely larger than the m2 received by C. |
|