Commit Graph

5893 Commits

Author SHA1 Message Date
Tom Henderson
23f3592653 Improve Ipv4StaticRouting logging 2009-12-31 10:05:05 -08:00
Sebastien Vincent
0752fbef6f Indent correctly IPv6 code. 2009-12-30 14:22:25 +01:00
Tom Henderson
6cb7afc694 branch merge 2009-12-29 16:22:06 -08:00
Tom Henderson
d4afe9aef3 Fix NSC improper response to FIN 2009-12-29 16:05:50 -08:00
Tom Henderson
9599faf19f NSC logging statements 2009-12-29 16:04:30 -08:00
Tom Henderson
df5fcb1313 add context to tcp logging 2009-12-29 14:00:45 -08:00
Tom Henderson
74a76e4815 minor documentation improvement 2009-12-29 11:09:54 -08:00
Tom Wambold
b18ee6d9bc Fixed bug in serialization of PbbAddressBlock.
PbbAddressBlock would not set its flags correctly when there was only a single
address in the address block.
2009-12-29 13:09:26 -05:00
Tom Henderson
66e949b29a remove reference to scratch/ directory in wireless examples 2009-12-29 09:39:52 -08:00
Unknown
a9b56d32b1 doxygen for missing methods in pcap-file.h 2009-12-28 13:21:13 -08:00
Tom Henderson
9a64bf6a41 Show how to valgrind test a single test suite 2009-12-28 10:34:03 -08:00
Gustavo J. A. M. Carneiro
499992cd07 rescan python 2009-12-28 18:19:13 +00:00
Gustavo J. A. M. Carneiro
f20938857c merge 2009-12-28 17:57:24 +00:00
Gustavo J. A. M. Carneiro
dddcbe4e1c python: fix scanning to correctly look for the new SimpleRefCount templated class and declare it is reference counted 2009-12-28 17:55:12 +00:00
Gustavo J. A. M. Carneiro
35eaee45d4 python: fix error reporting, make it much more verbose 2009-12-28 17:53:52 +00:00
Tom Henderson
00cf8f924c Add simple random variable sample 2009-12-28 09:43:08 -08:00
Tom Henderson
a171fb3011 Finish OLSR doxygen 2009-12-28 09:06:43 -08:00
Tom Henderson
1e7002e7cb Cleanup doxygen.conf 2009-12-28 09:06:21 -08:00
Gustavo J. A. M. Carneiro
21217704f3 Disable copy-contructors in flow-monitor ABCs 2009-12-28 16:17:49 +00:00
Sebastien Vincent
a85ed9f139 Workaround to use IPv6 over PPP (before we implement IPv6CP). 2009-12-28 14:08:00 +01:00
Mathieu Lacage
18f632d498 It is not legal to call Dispose from within a destructor 2009-12-27 13:55:04 +01:00
Mathieu Lacage
ba57aff953 Make sure that traffic generation events are associated with a context 2009-12-26 15:47:01 +01:00
Mathieu Lacage
3af2472ce4 merge with HEAD 2009-12-26 15:45:44 +01:00
Mathieu Lacage
c53146408d The iterator needs to actually go forward 2009-12-26 15:38:14 +01:00
Andrey Mazo
c8f4d30a2c Fix angle braces in CHANGES.html. 2009-12-23 20:49:08 +03:00
Gustavo J. A. M. Carneiro
7db3adf42f Fix Bug 780 (problem in RoutingTableComputation with asymetric links), while adding debugging methods to OLSR. Thanks Abdul Jabbar, Pavel Boyko, and Tom Henderson for test case and debug code. 2009-12-21 16:07:08 +00:00
Sebastien Vincent
83ebd91e1b Fix build with g++-4.5 + rescan python bindings. 2009-12-20 18:24:46 +01:00
Pavel Boyko
6615938fa4 Bug 762 fixed: now use unbiased variance estimator in average.h + better API 2009-12-19 17:54:08 +03:00
Faker Moatamri
df4cc7d707 Rescan python bindings 2009-12-18 19:10:28 +01:00
Sebastien Vincent
b690c6c5ab Bug 759: Ipv6 uses wrong outgoing interface. 2009-12-18 18:17:32 +01:00
Sebastien Vincent
1e7f09214d Bug 770: IPv6 size calculation for unknown options is wrong. 2009-12-18 18:05:19 +01:00
Sebastien Vincent
337667157c Bug 758: Assert during cleanup. 2009-12-18 18:01:15 +01:00
Sebastien Vincent
d2cf485f1a Bug 771: Radvd does not set ttl value. 2009-12-18 17:58:12 +01:00
Josh Pelkey
e8f91e3a7c Added documentation for animation interface 2009-12-16 11:17:07 -05:00
Wilson Thong
3e443adf59 bug 667: Add equal-cost multipath routing (ECMP) to IPv4 global routing 2009-12-15 21:52:50 -08:00
Antti Mäkelä
de21686fd7 examples for Socket::BindToNetDevice() 2009-12-15 21:07:22 -08:00
Antti Mäkelä
c9c33ec8f5 bug 742: Implementation of SO_BINDTODEVICE 2009-12-15 20:41:36 -08:00
Tom Henderson
b4511f6e70 Fix debug compilation for all platforms 2009-12-15 18:28:01 -08:00
Faker Moatamri
89e793b353 Fix optimized compilation for all platforms 2009-12-16 00:10:37 +01:00
Tom Henderson
a525007993 bug 776: sinkNode hardcoded in example program 2009-12-14 10:42:33 -08:00
Tom Henderson
123efa45fd Update bindings 2009-12-13 22:11:05 -08:00
Tom Henderson
33fada952a New output test vectors for bug 606 2009-12-13 21:46:23 -08:00
Tom Henderson
741de0e8f2 Fix bug 606: Arp depends on IP routing system 2009-12-11 23:23:37 -08:00
Unknown
74e5bc66c7 Fixed Bug 765, minor issue in data gathering for example. 2009-12-11 11:48:12 -05:00
Mathieu Lacage
566bf34ab5 get rid of examples waf script 2009-12-11 15:53:54 +01:00
Pavel Boyko
c898d0b9b2 Bug 606 testcase. Now routing-aodv-regression should crash until bug will be fixed. 2009-12-11 11:19:49 +03:00
fmoatamr
0fdf52db2e Bug 381: Wifi crashes on shutdown 2009-12-10 12:42:20 +01:00
fmoatamr
1500732556 Clear the list of sockets in packet-sink 2009-12-10 12:40:07 +01:00
Mathieu Lacage
3f88119010 add copy constructors and assignment operators to avoid leaks. 2009-12-09 17:40:12 +01:00
Elena Buchatskaia
a7e5c4084e AODV: fix strange routing record with destination 102.102.102.102, thank to Mariusz Skrocki. 2009-12-09 17:23:46 +03:00