[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] dropped packets in LAN



Well maybe they are just freed. Look at mac-802_3.cc and see if the method drop 
or the method free is used. I guess you could turn the "free" into a "drop".

> X-Authentication-Warning: mash.CS.Berkeley.EDU: majrdomo set sender to 
[email protected] using -f
> Date: Thu Mar  2 13:16:00 2000
> From: Hanus Joel <[email protected]>
> To: [email protected]
> Subject: [ns] dropped packets in LAN
> 
> Hello NS users,
> 
> well, I created a LAN as follows :
>   	
> set LAN [$ns newLan $nodelist $opt(bw) $opt(delay) \
> 			-llType LL  -ifqType Queue\DropTail
>                          -macType Mac/802_3 -chanType Channel]
> 
> and I can't find how to track dropped packets (tcp) due to a collision.
> If anyone experienced that, his help would be appreciated.
> 
> Have a nice day
> 
> Hanus Joel, Belgian student

Tarik