Changes between Version 15 and Version 16 of MEBSandbox/UDTExample


Ignore:
Timestamp:
05/02/12 14:01:26 (12 years ago)
Author:
Mark Berman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MEBSandbox/UDTExample

    v15 v16  
    121121sudo ipfw pipe 60121 config plr .0001
    122122}}}
     123
     124== Experiment Procedure ==
     125
     126Set your link parameters to use maximum bandwidth, no delay, no packet loss:
     127
     128{{{
     129sudo ipfw pipe 60111 config bw 0 delay 0 plr 0
     130sudo ipfw pipe 60121 config bw 0 delay 0 plr 0
     131}}}
     132
     133Verify with
     134{{{
     135sudo ipfw pipe show
     13660111: unlimited    0 ms   50 sl. 0 queues (1 buckets) droptail
     13760121: unlimited    0 ms   50 sl. 1 queues (1 buckets) droptail
     138
     139        mask: proto: 0x00, flow_id: 0x00000000,  ::/0x0000 -> ::/0x0000
     140BKT ___Prot___ _flow-id_ ______________Source IPv6/port_______________ _______________Dest. IPv6/port_______________ Tot_pkt/bytes Pkt/Byte Drp
     141  0 ipv6-icmp 1610612736                                       ::/0                            ff02::1:ff79:29fb/0         5      378  0    0   0
     142}}}