Re: using TOS as a key in route cache

2000-12-04 Thread Rajeev Bector
ick up the cached RTO. Does this make sense ? Thanks, -- Rajeev (Again, please cc replies to [EMAIL PROTECTED]) On Mon, 4 Dec 2000, Helge Hafting wrote: > Rajeev Bector wrote: > > > > Guys > > I am looking for a reason as to why we want > > to have different route cache e

using TOS as a key in route cache

2000-11-30 Thread Rajeev Bector
Guys I am looking for a reason as to why we want to have different route cache entries for different IP ToS types. Does anyone have any insight into this ? thanks -- Rajeev (please cc replies to [EMAIL PROTECTED]) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

Re: Minimizing dropped UDP packets

2000-10-25 Thread Rajeev Bector
Also try increasing the device queue length by "ifconfig eth0 txqueuelen 1024". In doing some testing, we found that if you are really bursty in sending data, the device queue will silently drop packets (free them) and I didnt find any stats which show the dropped packets. Increasing the queue le