Penguin
Diff: LinuxQualityOfService
EditPageHistoryDiffInfoLikePages

Differences between version 5 and previous revision of LinuxQualityOfService.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Saturday, March 20, 2004 7:02:42 pm by JamesSpooner Revert
Older page: version 4 Last edited on Saturday, March 20, 2004 7:01:22 pm by JamesSpooner Revert
@@ -383,16 +383,15 @@
  Sent 4149672 bytes 6294 pkts (dropped 341, overlimits 0) 
  backlog 11p 
  .... 
  
-  
- root@sleepy:~# tc -s -d qdisc show dev ppp0  
-. ...  
-qdisc tbf 107: rate 96Kbit burst 16Kb/8 mpu 200b lat 1us  
- Sent 4149672 bytes 6294 pkts (dropped 341, overlimits 35289)  
-. ...  
-qdisc sfq 101: quantum 1500b limit 128p flows 128/1024  
- Sent 23370 bytes 383 pkts (dropped , overlimits )  
-. ... 
+ root@sleepy:~# tc -s -d qdisc show dev ppp0  
+ ...  
+ qdisc tbf 107: rate 96Kbit burst 16Kb/8 mpu 200b lat 1us  
+ Sent 4149672 bytes 6294 pkts (dropped 341, overlimits 35289)  
+ ...  
+ qdisc sfq 101: quantum 1500b limit 128p flows 128/1024  
+ Sent 23370 bytes 383 pkts (dropped , overlimits )  
+ ... 
  
  
 What remains to do is setup the egress on the internal interface, eth0, and FWMARK packets coming in on the external interface, so we can remark them into the queues.