Mercurial
ns-3-dev
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
branches
|
file
| revisions |
annotate
|
diff
|
rss
|
help
(0)
-60
tip
src/internet-node/ipv4-l3-protocol.cc
2008-02-11
Add the IPv4 header before deciding whether to drop packets. Closes bug #135.
file
|
diff
|
annotate
2008-02-10
The message "Unable to determine outbound interface. No default route set"
file
|
diff
|
annotate
2008-01-31
QueryInterface -> GetObject
file
|
diff
|
annotate
2008-01-15
iid -> tid
file
|
diff
|
annotate
2008-01-15
iid (void) -> GetTypeId (void)
file
|
diff
|
annotate
2008-01-15
InterfaceId -> TypeId
file
|
diff
|
annotate
2008-01-03
replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
file
|
diff
|
annotate
2008-01-03
get rid of MakeInterfaceId
file
|
diff
|
annotate
2008-01-02
replace static const Interface iid; with static InterfaceId iid (void);
file
|
diff
|
annotate
2008-01-02
fix bug 122: get rid of duplicate argument to QueryInterface
file
|
diff
|
annotate
2008-01-02
add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
file
|
diff
|
annotate
2007-11-22
merge
file
|
diff
|
annotate
2007-10-29
merge in packet.bundle
file
|
diff
|
annotate
2007-10-01
do not use Packet objects directly. Use Ptr<Packet> instead
file
|
diff
|
annotate
2007-11-14
nicer logging of parameters (bug 79 patch from Gustavo)
file
|
diff
|
annotate
2007-10-06
Add support for non-unit-cost metrics for Ipv4Interfaces (for use in routing); add example script simple-alternate-routing.cc
file
|
diff
|
annotate
2007-09-24
merge with ns-3-dev
file
|
diff
|
annotate
2007-09-21
merge with ns-3-dev
file
|
diff
|
annotate
2007-09-12
merge with ns-3-dev
file
|
diff
|
annotate
2007-09-11
merge with ns-3-dev
file
|
diff
|
annotate
2007-09-05
merge with ns-3-dev
file
|
diff
|
annotate
2007-07-30
merge with ns-3-dev
file
|
diff
|
annotate
2007-07-26
Support dynamic routing and multiple routing protocols; static routing table is refactored as a "routing protocol".
file
|
diff
|
annotate
2007-09-24
Fix a regression in handling of broadcast packets and UDP sockets (closes bug #51).
file
|
diff
|
annotate
2007-09-13
checkpoint debug to log
file
|
diff
|
annotate
2007-09-11
merge with trunk again
file
|
diff
|
annotate
2007-09-10
merge with trunk
file
|
diff
|
annotate
2007-09-04
Don't flood multicasts if no route found
file
|
diff
|
annotate
2007-09-04
piles of doxygen, changes to SetDefaultMulticastRoute plumbing
file
|
diff
|
annotate
2007-08-29
Move MakeMulticastAddress to NetDevice
file
|
diff
|
annotate
2007-08-27
real multicast enet addr, more source routes, default multicast route
file
|
diff
|
annotate
2007-08-24
semi-real multicast hardware addresses
file
|
diff
|
annotate
2007-08-24
add ipv4 methods, remove source multicast route requirement, fix udp socket source address prob
file
|
diff
|
annotate
2007-08-13
set source IP address in udp-socket packets
file
|
diff
|
annotate
2007-08-13
set source address in socket
file
|
diff
|
annotate
2007-08-13
more multicast plumbing
file
|
diff
|
annotate
2007-08-12
many debug prints
file
|
diff
|
annotate
2007-08-12
debug prints to make validation easier
file
|
diff
|
annotate
2007-08-12
untested multicast support
file
|
diff
|
annotate
2007-09-04
merge with trunk
file
|
diff
|
annotate
2007-08-30
GetName -> GetTypeName
file
|
diff
|
annotate
2007-08-28
constify
file
|
diff
|
annotate
2007-08-28
document trace source signatures
file
|
diff
|
annotate
2007-08-28
keep track of trace source help strings
file
|
diff
|
annotate
2007-08-27
add TraceContextElement::GetName method
file
|
diff
|
annotate
2007-08-12
CompositeTraceResolver::Add -> CompositeTraceResolver::AddSource
file
|
diff
|
annotate
2007-08-12
use the Object::GetTraceResolver tracing support rather than the old adhoc tracing code
file
|
diff
|
annotate
2007-08-10
convert TraceResolver * to Ptr<TraceResolver>
file
|
diff
|
annotate
2007-08-09
remove TraceContext argument from TraceResolver constructor and move it to Connect
file
|
diff
|
annotate
2007-08-29
backout 9856d1175cbb:642d6798feaa:27dd3e15308a
file
|
diff
|
annotate
2007-08-24
Change the protocol stack processing to pass packets by non-const
file
|
diff
|
annotate
2007-08-08
TraceContextElement::Register -> TraceContextElement::AllocateUid
file
|
diff
|
annotate
2007-08-06
build with the new TraceContextElement API
file
|
diff
|
annotate
2007-08-01
replace Node::DoCreateTraceResolver with Node::DoFillTraceResolver
file
|
diff
|
annotate
2007-08-01
rework the NetDevice <-> Node interface
file
|
diff
|
annotate
2007-07-31
forgot to set the interface id
file
|
diff
|
annotate
2007-07-31
implement the Node::ProtocolHandler support.
file
|
diff
|
annotate
2007-07-26
Support dynamic routing and multiple routing protocols; static routing table is refactored as a "routing protocol".
file
|
diff
|
annotate
2007-07-27
Add patch 49 (add/remove network route when bringing interface up/down)
file
|
diff
|
annotate
2007-07-18
Backed out changeset df68dad55087ea649a33f04e78b4ff4cf324acdd
file
|
diff
|
annotate
(0)
-60
tip