Bugzilla – Bug 716
Copy&Paste error? nsc/sysctl.c for 2.6.18 and 2.6.26, NS-3 3.5.1
Last modified: 2009-10-21 14:46:38 UTC
linux-2.6.26/nsc/sysctl.c { "net.ipv4.ipfrag_time", { CTL_NET, NET_IPV4, NET_IPV4_IPFRAG_LOW_THRESH }, ^^^^^^^^^^ Shouldn't it read NET_IPV4_IPFRAG_TIME here? Similar line appears in linux-2.6.18/nsc/sysctl.c.
You're probably right. I'll try and have a look this week. Alternatively, feel free to send a patch. Mercurial repository link is at http://research.wand.net.nz/software/nsc.php. Adding Florian, incase he is interested.
right, it should be NET_IPV4_IPFRAG_TIME. Looking back I should have sticked with the /proc wrapper code 8-/
Fixed in the NSC repo.