George Riley
391b3eef11
Change the protocol stack processing to pass packets by non-const
...
reference, rather than const reference and value as was previously done.
Also change the queue semantics to return the packet on a deque, rather
than requiring a packet as a parameter. The problem with the original
approach was that packet UID's were getting skipped. The fix handles
the uid properly, and we get sequential packet uid's on the trace file.
2007-08-24 11:44:11 -04:00
Raj Bhattacharjea
08bcb4249d
clarified a comment
2007-08-22 12:02:42 -04:00
Craig Dowell
6b17652197
fix non-unique ethernet addresses
2007-08-13 23:40:51 -07:00
Craig Dowell
caab4a3f41
Silliness for optimized version
2007-08-13 20:14:36 -07:00
Craig Dowell
aecc283cb5
set source IP address in udp-socket packets
2007-08-13 19:54:47 -07:00
Craig Dowell
87c9e523c7
set source address in socket
2007-08-13 16:21:39 -07:00
Craig Dowell
90451d9635
cleanup. more complex multicast example
2007-08-13 14:58:06 -07:00
Craig Dowell
e567af9b24
more multicast plumbing
2007-08-13 12:08:01 -07:00
Craig Dowell
dfae0be7d0
branch merge
2007-08-12 22:43:25 -07:00
Craig Dowell
d62a38e533
many debug prints
2007-08-12 22:41:24 -07:00
Craig Dowell
bc8ee80491
debug prints to make validation easier
2007-08-12 15:51:12 -07:00
Craig Dowell
5099a91a21
untested multicast support
2007-08-12 13:59:49 -07:00
Tom Henderson
5da9cd2205
remove spurious examples/simple-p2p.cc
2007-08-10 13:49:41 -07:00
Tom Henderson
883d92940f
global routing csma patch
2007-08-10 13:33:45 -07:00
Craig Dowell
250109b215
remove old file
2007-08-09 15:58:13 -07:00
Craig Dowell
aaa8a45658
rename to csma
2007-08-09 15:56:28 -07:00
Mathieu Lacage
c4ccb4a8ca
merge
2007-08-09 09:39:29 +02:00
Mathieu Lacage
7f3f471f12
rename Bind to DefaultValue::Bind. fix bug 62
2007-08-08 16:41:59 +02:00
Gustavo J. A. M. Carneiro
0eca73234a
WAF: add new bld.create_ns3_module() and bld.create_ns3_program() methods to make declaration of modules and programs simpler, and allowing us to change how ns-3 is built in a centralized way, without needing to change every module wscript file.
2007-08-08 15:10:36 +01:00
Mathieu Lacage
caf9c39afa
make the previous merge actually work
2007-08-06 15:45:29 +02:00
Mathieu Lacage
0db07e14d6
merge implicit conversion tree
2007-08-06 15:32:27 +02:00
Mathieu Lacage
4946bbcf97
main should return a value
2007-08-06 10:29:19 +02:00
Mathieu Lacage
fbbd5dc9a6
use the InetSocketAddress API for ip sockets
2007-08-06 10:06:25 +02:00
Mathieu Lacage
913319d9e3
merge packet socket with trunk
2007-08-06 09:59:29 +02:00
Tom Henderson
5de2add9c3
fix compilation problems and test
2007-08-03 09:49:02 -07:00
Tom Henderson
de77db64fc
interim
2007-08-03 09:29:57 -07:00
Tom Henderson
fce7c3cc39
merge with ns-3-dev
2007-08-03 08:29:24 -07:00
Mathieu Lacage
707b722c36
fix tracing
2007-08-01 13:53:48 +02:00
Mathieu Lacage
a4c3028881
example code.
2007-08-01 10:29:40 +02:00
Mathieu Lacage
802ac99d0d
remove extra includes
2007-08-01 09:15:48 +02:00
Tom Henderson
d3f1f2a341
remove manual routing commands from example script
2007-07-31 09:45:13 -07:00
Craig Dowell
833462a84e
add simple-global-routing.cc
2007-07-30 15:50:20 -07:00
Gustavo J. A. M. Carneiro
e4dedb226f
Add a simpler olsr::EnableAllNodes API as suggested by Mathieu.
2007-07-30 17:33:12 +01:00
Gustavo J. A. M. Carneiro
8cb57d43d6
Reorganize source tree and rename classes in a more sensible way; Olsr becomes OlsrAgent, olsr::Olsr becomes OlsrAgentImpl.
2007-07-30 17:06:06 +01:00
Gustavo J. A. M. Carneiro
f597f96152
solve some merge problems
2007-07-30 15:03:45 +01:00
Gustavo J. A. M. Carneiro
0f5b5f1f6c
merge
2007-07-30 15:01:18 +01:00
Mathieu Lacage
2641f7fe88
InetSocketAddress: replace explicit conversion to implicit conversion
2007-07-30 14:07:39 +02:00
Mathieu Lacage
df7f115415
InetAddress -> InetSocketAddress
2007-07-30 13:29:36 +02:00
Mathieu Lacage
7b9fbc36e1
merge
2007-07-30 10:35:03 +02:00
Tom Henderson
e7f300bc7c
fix tracing
2007-07-27 14:54:41 -07:00
Tom Henderson
45773a987d
disable tracing; fix ifIndex assignment
2007-07-27 14:43:56 -07:00
Craig Dowell
ef462dbb5e
copywrongs
2007-07-27 14:09:02 -07:00
Craig Dowell
d38da7ae3d
rename party
2007-07-27 14:04:54 -07:00
Tom Henderson
a9fe0f2d23
rename example from p2p to point-to-point
2007-07-27 13:07:36 -07:00
Tom Henderson
5e4dbc66dc
new script for csma-cd
2007-07-27 12:50:31 -07:00
Mathieu Lacage
8474486b74
add extra conveniance constructors and use them
2007-07-27 08:47:58 +02:00
Mathieu Lacage
695119b3a5
Ipv4TransportAddress -> InetAddress
2007-07-27 08:44:26 +02:00
Mathieu Lacage
863de62880
ipv4-transport-address -> inet-address
2007-07-27 08:32:34 +02:00
Mathieu Lacage
c716994cab
convert Socket to use Address class
2007-07-27 08:23:20 +02:00
Mathieu Lacage
db6a90d956
replace MacAddress by Address
2007-07-26 17:36:53 +02:00