search for: encaps_cell_sz

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

2004 Jun 18
21
patch: HTB update for ADSL users
...0020116/tc/tc_core.c 2000-04-16 18:42:55.000000000 +0100 +++ iproute2/tc/tc_core.c 2004-06-18 12:20:39.912974518 +0100 @@ -59,10 +59,19 @@ while ((mtu>>cell_log) > 255) cell_log++; } + + // HACK - UK ATM Params + int encaps_cell_sz = 53; + int encaps_cell_overhead = 5; + int encaps_data_sz = encaps_cell_sz - encaps_cell_overhead; + int proto_overhead = 10; // PPP Overhead + for (i=0; i<256; i++) { - unsigned sz = (i<<cell_log); - if (sz < mpu) -...