patchmldonkey, a multi-networks file-sharing client - Patches: patch #4127, Add ToS support

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4127: Add ToS support

Submitter:  spiralvoice <spiralvoice>
Submitted:  Sat 25 Jun 2005 12:32:27 AM UTC
   
 
Category:  Improved interfaces Priority:  5 - Normal
Status:  Done Assigned to:  amorphous
Open/Closed:  Closed

Tue 28 Jun 2005 10:46:33 PM UTC, comment #3: 

Applied 2005/06/29

spiralvoice <spiralvoice>
Group administrator
Sat 25 Jun 2005 01:19:41 PM UTC, comment #2: 

On the TOS field

    To select interactive, minimum delay traffic:

# tc filter add dev ppp0 parent 1:0 protocol ip prio 10 u32 \
     match ip tos 0x10 0xff \
     flowid 1:4

    Use 0x08 0xff for bulk traffic.

thats about all i know based on the Linux Advanced Routing & Traffic Control HOWTO

tc filter add dev $DEV parent 1:0 protocol ip prio 10 u32 \
   match ip tos 0x08 0xff flowid 1:30

is whats needed in wondershaper

Anonymous
Sat 25 Jun 2005 12:34:15 AM UTC, comment #1: 

I think there should be a Wiki page for the correct settings
on routers so users can easily exploit this feature.
Can any of the people who tested the patch in the bug report
please take care of this and post the link here in the patch?

spiralvoice <spiralvoice>
Group administrator
Sat 25 Jun 2005 12:32:27 AM UTC, original submission:  

See bug #12471 for details

spiralvoice <spiralvoice>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #9002:  iptos.patch added by spiralvoice (3KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-07-07 spiralvoice Open/ClosedOpen Closed
2005-07-07 spiralvoice StatusNone Done
2005-06-28 spiralvoice Assigned toNone amorphous
2005-06-25 spiralvoice Attached File- Added iptos.patch, #4764

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code