Let's say we have three nodes A,B and C,
all these three nodes can connect
to each other directly. Now C is sending data to A via
a TCP connection. During this process, I manually changed
C's routing table entry: the old one
Destination A Next_HOP A
is replaced by
Destination A Next_HOP B
1. Will the TCP stream from C to A changed its routing path imediately,
from the original C->A to C->B->A?
2. What about the reverse path from A->C? Will all the TCP ACK sending
along the path A->C or along the path A->B->C
_______________________________________________
Devel mailing list
[email protected]
http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel