From: Erik H. <eri...@er...> - 2012-10-31 10:39:33
|
> You are right, it's very strange. But I want to know where the pcap file > is captured, like on node 1, node 5, or even router etc. > I suggest you should capture tipc packets on both sender and receiver. I'm running in a virtual environment on my laptop with 12 KVM instances, connected with a network bridge. The packets are captured on this bridge. The problem seems to be appearing during conditions with large amounts of retransmission. Right now I'm suspecting that the code handling deferred send in tipc_link_push_packet is somehow blocked from sending out the deferred packets (fragments), and that's why we never see them on the 'wire'. But that still doesn't explain why the receiver acked messages that it never received.. //E |