Craig Dowell
|
04022b35bf
|
Bugs 458, swap 2 LOC for 526
|
2009-03-23 11:26:39 -07:00 |
|
Craig Dowell
|
fc3163d704
|
Piles of changes for tracing rework
|
2009-03-10 23:47:55 -07:00 |
|
Raj Bhattacharjea
|
924600646a
|
Apply Mathieu's change: remove all calls to SetSeed
|
2009-01-22 14:11:09 -05:00 |
|
Raj Bhattacharjea
|
a0ce50f7ff
|
Proposed RNG API changes
|
2009-01-13 17:15:44 -05:00 |
|
Raj Bhattacharjea
|
48ac0501a0
|
Fix TCP closedown FINs, and remove broken tcp-erros example (bug 242)
|
2008-09-07 19:38:26 -04:00 |
|
Craig Dowell
|
b2b5de9d22
|
bug 232, references to Parameter obsolete
|
2008-07-03 15:44:54 -07:00 |
|
Unknown
|
4743c2ff7c
|
Patch addresses bug 227.
|
2008-06-19 14:58:46 -07:00 |
|
Craig Dowell
|
1b8812d558
|
Changes for bug 205, unlisted FIN bug
|
2008-06-16 16:25:52 -07:00 |
|
Tom Henderson
|
de69fcb842
|
RecvFrom() expansion, add flags parameter to some Send calls
|
2008-06-09 06:40:21 -07:00 |
|
Raj Bhattacharjea
|
6c4692ea55
|
Restore tcp example to full size, also a bugfix
|
2008-06-06 16:10:54 -04:00 |
|
Raj Bhattacharjea
|
de2475ddc3
|
Merge with ns-3-dev
|
2008-06-04 17:19:32 -04:00 |
|
Craig Dowell
|
554fcfda0d
|
point-to-point cleanup
|
2008-05-29 19:09:56 -07:00 |
|
Gustavo J. A. M. Carneiro
|
6152ba1a89
|
Make Application::Start/Stop times relative, Simulator::StopAt(time) renamed to Simulator::Stop(time) and time also made relative, to improve consistency of the API which uses relative times everywhere else. Closes bug #191.
|
2008-05-29 11:45:57 +01:00 |
|
Raj Bhattacharjea
|
62ff82d0ca
|
Fix up recv buffer stuff some more
|
2008-05-22 17:08:19 -04:00 |
|
Raj Bhattacharjea
|
3bd417f4e5
|
Merge with tomh/ns-3-dev-socket
|
2008-05-21 12:01:24 -04:00 |
|
Tom Henderson
|
8dc2460416
|
move Tcp to TcpSocketFactory
|
2008-05-20 12:16:55 -07:00 |
|
Raj Bhattacharjea
|
3a34c3fff1
|
Merge with tomh/ns-3-dev-socket
|
2008-05-20 14:40:36 -04:00 |
|
Raj Bhattacharjea
|
0add09088e
|
Use the correct semantics for sendcallback
|
2008-05-12 15:12:26 -04:00 |
|
Raj Bhattacharjea
|
006ac07f97
|
Tcp large transfer modified to keep sending for 10 seconds
|
2008-05-12 13:27:45 -04:00 |
|
Raj Bhattacharjea
|
5d5fd895f1
|
Add a socket callback that can unblock a blocked close
|
2008-05-12 13:13:50 -04:00 |
|
Tom Henderson
|
a042d0bbef
|
Move API for socket factory to a Socket::CreateSocket () factory method
|
2008-05-12 06:39:00 -07:00 |
|
Craig Dowell
|
515183caae
|
fix bug 161
|
2008-05-11 11:18:21 -07:00 |
|
Tom Henderson
|
829a6dd8bb
|
branch merge
|
2008-04-22 21:19:39 -07:00 |
|
Tom Henderson
|
1f0dd55d8d
|
EnablePcap()->EnablePcapAll(); EnableAscii()->EnableAsciiAll()
|
2008-04-22 21:18:04 -07:00 |
|
Mathieu Lacage
|
4ff40c4a07
|
get rid of Attribute class. Use AttributeValue subclasses directly.
|
2008-04-17 13:42:25 -07:00 |
|
Craig Dowell
|
80c8937a01
|
rework app constructors
|
2008-04-07 18:29:38 -07:00 |
|
Mathieu Lacage
|
4400054ebe
|
SetupUdp -> SetUdpLocal, SetupTcp -> SetTcpLocal
|
2008-04-07 10:44:06 -07:00 |
|
Mathieu Lacage
|
3a43bd4987
|
Ipv4AddressHelper::Allocate -> Ipv4AddressHelper::Assign
|
2008-04-07 10:41:21 -07:00 |
|
Mathieu Lacage
|
c140066890
|
Build -> Install
|
2008-04-07 10:38:37 -07:00 |
|
Raj Bhattacharjea
|
31d26c1e84
|
Small fix to tcp example
|
2008-04-04 14:00:41 -04:00 |
|
Craig Dowell
|
6490c81cf8
|
Point regression tests to final locations, update release steps, bug 158
|
2008-04-02 21:33:31 -07:00 |
|
Raj Bhattacharjea
|
ec3d666f3b
|
Add IP layer tracing helpers to InternetStackHelper
|
2008-04-02 14:09:36 -04:00 |
|
Mathieu Lacage
|
a4a18943f7
|
change pcap filename template to be slightly more coherent.
|
2008-03-31 15:19:11 -07:00 |
|
Mathieu Lacage
|
511e11e9be
|
configure tracing post-topology construction, not before.
|
2008-03-28 16:58:44 -07:00 |
|
Mathieu Lacage
|
6de12cc9d2
|
port to new pcap/ascii trace helpers
|
2008-03-28 13:40:08 -07:00 |
|
Mathieu Lacage
|
cb3bcff3a6
|
fallout from gustavo's header inclusion policy change.
|
2008-03-26 14:17:58 -07:00 |
|
Mathieu Lacage
|
050af31b95
|
use Ipv4InterfaceContainer to avoid hardcoding ip addresses.
|
2008-03-26 13:51:24 -07:00 |
|
Mathieu Lacage
|
44afb107ba
|
convert to helper API.
|
2008-03-25 17:14:33 -07:00 |
|
Mathieu Lacage
|
848cb7cfb5
|
add back support for introspected doxygen.
|
2008-03-13 12:56:49 -07:00 |
|
Mathieu Lacage
|
fb452286e6
|
add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes.
|
2008-03-13 11:10:38 -07:00 |
|
Mathieu Lacage
|
3c32879211
|
Config::Connect -> Config::ConnectWithoutContext && Config::ConnectWithContext -> Config::Connect
|
2008-03-11 13:46:22 -07:00 |
|
Mathieu Lacage
|
b5a8d46096
|
get rid of CreateObjectWith
|
2008-03-11 13:30:12 -07:00 |
|
Mathieu Lacage
|
eb4fb0cb5d
|
kill DefaultValue
|
2008-03-10 00:27:53 +01:00 |
|
Mathieu Lacage
|
bb5e793580
|
rewrite CommandLine to not handle DefaultValues anymore.
|
2008-03-09 23:43:52 +01:00 |
|
Mathieu Lacage
|
732c7f1d0b
|
use Config-based trace system
|
2008-03-02 22:52:55 +01:00 |
|
Mathieu Lacage
|
e5e35f6545
|
port Applications to Attributes
|
2008-02-27 00:05:23 +01:00 |
|
Mathieu Lacage
|
5ade799440
|
QueryInterface -> GetObject
|
2008-01-31 22:11:03 +01:00 |
|
Mathieu Lacage
|
5f5518e05b
|
merge with HEAD
|
2008-01-30 17:20:55 +01:00 |
|
Tom Henderson
|
84cdad7f7d
|
fix optimized build
|
2008-01-26 06:01:45 -08:00 |
|
Raj Bhattacharjea
|
6c3559792c
|
Added in ns-3-tcp (second try)
|
2008-01-25 13:57:38 -05:00 |
|