search for: br_notifi

Displaying 1 result from an estimated 1 matches for "br_notifi".

Did you mean: br_notify
2007 Apr 18
1
[Bridge] Lost TCP packet
Hi, i am testing two bridges by sending to it random packets using hping2. First i create a random-length file, then i send it a lot of time on the wire using this command: for ($i=0; $i<50000; $i++) { hping2 -q -c 1 -d $data_len -E random.file 10.0.0.10 } My problem is that some packets are lost. Here is my setup: PC1 (10.0.0.1) ===== BR1 --------- BR2 ===== PC2 (10.0.0.10)