Gustavo J. A. M. Carneiro
|
d6cb167a0c
|
Add documentation for the dynamic routing interfaces. Change Ipv4::AddRoutingProtocol priority parameter type from int to int16_t to make way for in the future providing stable sorting of routing protocols of the same priority.
|
2007-07-27 15:38:04 +01:00 |
|
Gustavo J. A. M. Carneiro
|
c2c7f7d71c
|
Allow UDP sockets to receive broadcast (bug #51)
|
2007-07-26 12:27:49 +01:00 |
|
Gustavo J. A. M. Carneiro
|
c2c923ba11
|
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
|
e45d934cb6
|
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 |
|
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 |
|
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 |
|
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 |
|
Raj Bhattacharjea
|
b852e0492e
|
Internet-node module dox
|
2007-05-16 16:39:32 -04:00 |
|
Gustavo J. A. M. Carneiro
|
cf9674a713
|
Update WAF scripts to changes in source tree layout
|
2007-05-14 13:46:53 +01:00 |
|
Mathieu Lacage
|
3c3bea853e
|
remove unused method
|
2007-05-14 10:08:01 +02:00 |
|
Mathieu Lacage
|
ee02cd1a23
|
rename Node to INode
|
2007-05-14 10:06:12 +02:00 |
|
Mathieu Lacage
|
4ac0069541
|
add back internet-node.h header for MakeInternetNode function
|
2007-05-14 09:26:51 +02:00 |
|