Gustavo J. A. M. Carneiro
|
317f336c76
|
Allow UDP sockets to receive broadcast (bug #51)
|
2007-07-26 12:27:49 +01:00 |
|
Gustavo J. A. M. Carneiro
|
ddd0dc6dff
|
Support dynamic routing and multiple routing protocols; static routing table is refactored as a "routing protocol".
Support sending IP broadcast (255.255.255.255) packets (bug #36).
|
2007-07-26 12:26:21 +01:00 |
|
Gustavo J. A. M. Carneiro
|
1da64ebbd6
|
Allow ARP resolution to work with broadcast IPv4 (dest=255.255.255.255) packets; Partially fixes bug #36.
|
2007-07-26 12:12:51 +01:00 |
|
Tom Henderson
|
fda49d72c1
|
merge
|
2007-07-27 10:49:29 -07:00 |
|
Emmanuelle Laprise
|
ad5f36f2ac
|
ethernet Header and Trailer classes
|
2007-07-27 21:16:40 +02:00 |
|
Tom Henderson
|
2d950869f8
|
Add patch 49 (add/remove network route when bringing interface up/down)
|
2007-07-27 10:48:10 -07:00 |
|
Gustavo J. A. M. Carneiro
|
57688559b1
|
WAF: add obj.includes = '.' to command waf to do dependency tracking on private header files.
|
2007-07-20 11:12:43 +01:00 |
|
Gustavo J. A. M. Carneiro
|
76223227ba
|
Allow compiling the 'routing' module and example with WAF
|
2007-07-17 11:02:14 +01:00 |
|
Emmanuelle Laprise
|
3006bcb3f7
|
Testing
|
2007-07-16 18:42:40 -05:00 |
|
Gustavo J. A. M. Carneiro
|
ae8f10ae47
|
WAF: derive the variable NS3_MODULES from the 'all_modules' list in src/wscript, instead of requiring every module to define a configure function to register themselves. This way module registration is done in one place only: src/wscript. Requires module naming conventions, though.
|
2007-07-15 13:04:47 +01:00 |
|
Craig Dowell
|
e2428486b1
|
merge ns3-dev
|
2007-07-06 15:10:01 -07:00 |
|
Craig Dowell
|
2f5acd74d9
|
static routing
|
2007-07-06 15:04:33 -07:00 |
|
Emmanuelle Laprise
|
6966d2633a
|
Remove the const after the DoAddDevice function
|
2007-07-03 22:25:42 -05:00 |
|
Mathieu Lacage
|
103a2527ce
|
use pretty printing in ascii output
|
2007-06-28 11:52:50 +02:00 |
|
Mathieu Lacage
|
18e53720d1
|
change arp pretty printing to new format
|
2007-06-28 11:52:16 +02:00 |
|
Mathieu Lacage
|
993dc85f8f
|
change default pretty printing output format, add doc to metadata data structures
|
2007-06-28 11:07:38 +02:00 |
|
Mathieu Lacage
|
d879c3c54a
|
merge from head
|
2007-06-21 09:40:57 +02:00 |
|
Mathieu Lacage
|
d27fe9ac8e
|
merge
|
2007-06-12 22:54:10 +02:00 |
|
Gustavo J. A. M. Carneiro
|
72622c0755
|
Re-sync WAF build with the latest SConstruct changes.
|
2007-06-12 14:05:01 +01:00 |
|
Mathieu Lacage
|
641ecb2736
|
fix bug 28
|
2007-06-12 10:53:38 +02:00 |
|
Mathieu Lacage
|
967b3f34e9
|
IIpv4 -> Ipv4
|
2007-06-04 18:25:43 +02:00 |
|
Mathieu Lacage
|
09ed1c9575
|
i-ipv4.h -> ipv4.h
|
2007-06-04 18:05:36 +02:00 |
|
Mathieu Lacage
|
f71d6fd74f
|
IUdp -> Udp
|
2007-06-04 18:03:26 +02:00 |
|
Mathieu Lacage
|
b9c4fa85f1
|
i-udp.h -> udp.h
|
2007-06-04 18:01:09 +02:00 |
|
Mathieu Lacage
|
7b6d5c4e97
|
IIpv4Private -> Ipv4Private
|
2007-06-04 17:42:37 +02:00 |
|
Mathieu Lacage
|
0459737b00
|
IIpv4Impl -> Ipv4Impl
|
2007-06-04 17:40:09 +02:00 |
|
Mathieu Lacage
|
372ecb8430
|
preprocessor update
|
2007-06-04 17:24:45 +02:00 |
|
Mathieu Lacage
|
9a852e442e
|
IUdpImpl -> UdpImpl
|
2007-06-04 17:24:18 +02:00 |
|
Mathieu Lacage
|
92757ef5c3
|
Udp -> UdpL4Protocol
|
2007-06-04 17:22:52 +02:00 |
|
Mathieu Lacage
|
297692d88b
|
udp.h -> udp-l4-protocol.h
|
2007-06-04 17:18:02 +02:00 |
|
Mathieu Lacage
|
4ead4618e6
|
i-arp-private.h -> arp-private.h
|
2007-06-04 17:14:59 +02:00 |
|
Mathieu Lacage
|
96f1c67bfe
|
i-udp-impl.h -> udp-impl.h
|
2007-06-04 17:13:21 +02:00 |
|
Mathieu Lacage
|
9db1449b4b
|
i-ipv4-private.h ipv4-private.h
|
2007-06-04 17:06:03 +02:00 |
|
Mathieu Lacage
|
9421bfcfee
|
i-ipv4-impl.h -> ipv4-impl.h
|
2007-06-04 16:59:51 +02:00 |
|
Mathieu Lacage
|
a5a1152e95
|
Arp -> ArpL3Protocol
|
2007-06-04 16:57:24 +02:00 |
|
Mathieu Lacage
|
3a97fce182
|
arp.h -> arp-l3-protocol.h
|
2007-06-04 16:54:36 +02:00 |
|
Mathieu Lacage
|
e8ab5afb41
|
Ipv4 -> Ipv4L3Protocol
|
2007-06-04 16:51:59 +02:00 |
|
Mathieu Lacage
|
1d0658dc85
|
rename ipv4.h to ipv4-l3-protocol.h
|
2007-06-04 16:42:10 +02:00 |
|
Mathieu Lacage
|
01f37ccb65
|
rename MakeNewObject to Create
|
2007-06-04 16:32:37 +02:00 |
|
Mathieu Lacage
|
4d5a66d6e5
|
remove MakeInternetNode
|
2007-06-04 16:28:18 +02:00 |
|
Mathieu Lacage
|
c4234041bc
|
remove file
|
2007-06-04 16:24:05 +02:00 |
|
Mathieu Lacage
|
359a2f98a8
|
rename i-node to node
|
2007-06-04 16:21:05 +02:00 |
|
Mathieu Lacage
|
1225b1623e
|
rename INode to Node
|
2007-06-04 16:17:01 +02:00 |
|
Gustavo J. A. M. Carneiro
|
65aca43f3f
|
WAF: make all ns3 modules register themselves in the environment; link the run-tests program with all ns3 modules, not with a hardcoded list.
|
2007-06-15 15:19:38 +01:00 |
|
Mathieu Lacage
|
66c3a25fe1
|
add Chunk::GetName and implement it
|
2007-05-30 10:03:15 +02:00 |
|
Mathieu Lacage
|
643522774e
|
port code from Interface to Object
|
2007-05-25 10:56:03 +02:00 |
|
Gustavo J. A. M. Carneiro
|
4c68aff164
|
Rename the SocketErrno enumeration values, from ESOMETHING to ERROR_SOMETHING, to avoid conflict with errno #define's; fixes compilation in mingw32.
|
2007-05-17 15:50:20 +01:00 |
|
Mathieu Lacage
|
447de493d3
|
beautify the dox output
|
2007-05-17 14:07:22 +02:00 |
|
Mathieu Lacage
|
f03a672ac0
|
cleanup old dox and reorg header
|
2007-05-17 12:28:38 +02:00 |
|
Raj Bhattacharjea
|
256582455b
|
Some dox additions/fixes
|
2007-05-16 17:01:39 -04:00 |
|