Bugzilla – Bug 719
sysctl_local_port_range is int[2] but nsc/sysctl.c uses only strtoint/intotstr conversion in ns-3.5.1
Last modified: 2009-10-21 14:55:33 UTC
Taken from ns-3.5.1, linux-2.6.26 net/ipv4/sysctl_net_ip4.c:32 says extern int sysctl_local_port_range[2]; Shouldn't the parameter passing magic from nsc/sysctl.c:191 use something like convert_strtoint_2, convert_inttostr_2 then?
Thanks. Fixed in NSC repo.