Commit Graph

1516 Commits

Author SHA1 Message Date
Tom Henderson
e26b497ccc Add PacketSink to receive multicast 2007-09-14 16:23:49 -07:00
Tom Henderson
5e49ae47a9 change port number used by example scripts to 'discard' or 'echo' instead of '80' 2007-09-14 16:17:10 -07:00
Tom Henderson
1d79c8dc53 change ephemeral port range to 49152-65535 (IANA recommendation) 2007-09-14 16:11:36 -07:00
Tom Henderson
7bf7f4bbe5 add PacketSinks, change port number to UDP discard port, fix comment on onoff-application, delete logic for setting a default route 2007-09-14 15:57:49 -07:00
Tom Henderson
bba1cb3859 remove local address setting from UdpSocket::Connect() 2007-09-14 15:46:04 -07:00
Tom Henderson
36b77224c5 Remove temporary module documentation 2007-09-14 14:55:18 -07:00
Tom Henderson
b310b6745d Revert accidental tweaks of example files (not intended for checkin) 2007-09-14 14:52:09 -07:00
Tom Henderson
9ef345f02d Enable enqueue/dequeue tracing for point-to-point links 2007-09-14 14:42:31 -07:00
Craig Dowell
8649c899db allow discrete levels 2007-09-14 09:57:53 -07:00
Craig Dowell
ed9f98bda1 disable log unless debug build 2007-09-13 22:17:29 -07:00
Craig Dowell
2e1dcf1479 debug to log 2007-09-13 21:36:32 -07:00
Craig Dowell
90b02a4f6c checkpoint debug to log 2007-09-13 17:47:42 -07:00
Craig Dowell
16b634a7fc sorting out logging 2007-09-13 12:37:30 -07:00
Craig Dowell
873176a3e6 add tutorial directory and hello-simulator 2007-09-13 11:04:47 -07:00
Craig Dowell
6c30d76401 merge with trunk 2007-09-13 10:53:24 -07:00
Craig Dowell
9bc6fe4e7a finish up basic echo apps 2007-09-13 10:52:41 -07:00
Tom Henderson
57b0050ae7 change NS_DEBUG component name in simple-point-to-point.cc 2007-09-12 21:32:26 -07:00
Craig Dowell
61a105af21 working one way echo app 2007-09-12 16:54:21 -07:00
Craig Dowell
51a6c25e16 log rides along for free 2007-09-12 16:24:31 -07:00
Craig Dowell
0e3ff45eb9 server half 2007-09-12 16:20:07 -07:00
Craig Dowell
77e7c6f60f start of udp echo applications 2007-09-12 15:23:25 -07:00
Mathieu Lacage
3e89ecfdf6 rename Euixx to Macxx 2007-09-12 11:39:46 +02:00
Mathieu Lacage
644fffd69f merge with trunk 2007-09-12 11:22:32 +02:00
Mathieu Lacage
a84dd0068c enable buffer heuristics 2007-09-12 11:22:05 +02:00
Mathieu Lacage
eb05af8e74 add 'internal' documentation, cleanup a bit 2007-09-12 11:16:18 +02:00
Mathieu Lacage
7c6c5fe445 fix non-optimized build 2007-09-12 10:11:57 +02:00
Mathieu Lacage
191c80211b fix copyright statements 2007-09-12 09:34:38 +02:00
Tom Henderson
b13164b2c0 turn off DEBUG on simple-point-to-point 2007-09-11 23:38:18 -07:00
Tom Henderson
28456d5486 branch merge 2007-09-11 22:47:13 -07:00
Tom Henderson
eb99e12003 Copyrights/licenses for routing code 2007-09-11 22:46:29 -07:00
Tom Henderson
058529526c Remove m_quiet variable, fix copyright 2007-09-11 22:40:04 -07:00
Craig Dowell
49cf104a12 variable unused in optimized build -- fixed via attribute 2007-09-11 19:40:50 -07:00
Craig Dowell
b639466adb turn off debugging flags 2007-09-11 19:11:03 -07:00
Craig Dowell
1cf86b9641 integrating broadcast with multicast and sockets with multiple interfaces required default route for disambiguation 2007-09-11 19:09:49 -07:00
Craig Dowell
f894771e7d socket update broke multicast 2007-09-11 18:29:26 -07:00
Craig Dowell
451a4762df merge with trunk again 2007-09-11 12:20:09 -07:00
Gustavo J. A. M. Carneiro
94743678a9 Use NS_DEBUG instead of NS_DEBUG_UNCOND in PacketSink code. 2007-09-11 15:09:00 +01:00
Gustavo J. A. M. Carneiro
b284eab745 WAF: in optimized builds, replace -O2 with -O3 2007-09-11 14:44:23 +01:00
Mathieu Lacage
6969cf239a optimize Iterator::ReadU8 2007-09-11 15:06:27 +02:00
Mathieu Lacage
2b3b68605e optimize Buffer::WriteU8 variants 2007-09-11 14:56:10 +02:00
Gustavo J. A. M. Carneiro
738735b808 WAF: fix debug level to be 'ultradebug' by default, instead of 'debug'. 2007-09-11 13:37:23 +01:00
Gustavo J. A. M. Carneiro
c1034b9344 WAF: remove redundant -Wall (was appearing twice) 2007-09-11 13:33:06 +01:00
Mathieu Lacage
42e6c413b6 optimize Buffer::WriteU8 2007-09-11 14:10:02 +02:00
Mathieu Lacage
4e75362d4b move around Iterator code 2007-09-11 13:53:39 +02:00
Mathieu Lacage
9bbfa99b4c print some statistics about free list efficiency 2007-09-11 13:47:17 +02:00
Mathieu Lacage
1f49f40faa add a few missing doxygen method documentations 2007-09-11 12:42:37 +02:00
Mathieu Lacage
69735ce1a5 merge gustavo's changes 2007-09-11 12:13:16 +02:00
Mathieu Lacage
8d1ac59134 merge tracing overhaul in trunk 2007-09-11 12:11:00 +02:00
Gustavo J. A. M. Carneiro
3407a01845 Update and fix (entries are searched regexps, not globs) the hg ignored files list. 2007-09-11 11:04:06 +01:00
Mathieu Lacage
485a114a2d merge with trunk 2007-09-11 10:36:25 +02:00