Mercurial
fw/ns-3-nsc
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
branches
|
file
| revisions |
annotate
|
diff
|
rss
|
help
(0)
-60
tip
src/node/node.cc
2009-07-15
nsc: move nsc glue code from nsc-tcp-l4-protocol to node/nsc-glue.cc.
file
|
diff
|
annotate
2009-06-23
Finally make tap bridge work with VMs (bug 569)
file
|
diff
|
annotate
2009-06-19
bug 491: It is painful to enable all checksums
file
|
diff
|
annotate
2009-05-14
add missing constructor
file
|
diff
|
annotate
2009-04-16
bug 498: Object Name Service Obsoletes Legacy Naming
file
|
diff
|
annotate
2008-10-06
Improve debug logging in Node::ReceiveFromDevice
file
|
diff
|
annotate
2008-09-02
bug 274: bridge must detect compatibility of devices with bridging mode
file
|
diff
|
annotate
2008-08-27
forgot to remove uneeded copy
file
|
diff
|
annotate
2008-08-25
bug 273: constify packet pointers.
file
|
diff
|
annotate
2008-08-07
remove Node::GetFirstApplication checked in changeset 38b8549b1ad3 by mistake.
file
|
diff
|
annotate
2008-08-06
Oops, typo (evil copy-paste)
file
|
diff
|
annotate
2008-08-06
Add bounds checking asserts to Node::GetApplication, NodeList::GetNode, and Node::GetDevice.
file
|
diff
|
annotate
2008-07-16
New API considering comments from Craig: NetDevice->Node uses two callbacks; Node->ProtocolHandlers uses a single API with a promiscuous flag.
file
|
diff
|
annotate
2008-07-08
sync with ns-3-dev
file
|
diff
|
annotate
2008-07-07
Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
file
|
diff
|
annotate
2008-07-07
Backed out changeset ae9f7d5e2d56
file
|
diff
|
annotate
2008-07-04
Try to preserve API compatibility, after SendFrom / promiscuous mode changes.
file
|
diff
|
annotate
2008-07-04
Changes in the promiscuous mode API: now the callback receives everything, both 'for me' and 'not for me', with an additional 'forMe' parameter.
file
|
diff
|
annotate
2008-06-30
Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though.
file
|
diff
|
annotate
2008-07-03
Minor doc notes added to ipv4.h
file
|
diff
|
annotate
2008-05-14
Missing Packet::Copy in Node::ReceiveFromDevice for the multiple protocol handlers scenario.
file
|
diff
|
annotate
2008-04-17
get rid of Attribute class. Use AttributeValue subclasses directly.
file
|
diff
|
annotate
2008-04-09
add ObjectVector::GetItemTypeId
file
|
diff
|
annotate
2008-03-25
remove PacketSocketFactory aggregation from Node base class
file
|
diff
|
annotate
2008-03-13
add back support for introspected doxygen.
file
|
diff
|
annotate
2008-03-13
add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes.
file
|
diff
|
annotate
2008-03-03
kill TraceResolver et al.
file
|
diff
|
annotate
2008-02-27
convert CsmaNetDevice to Attributes.
file
|
diff
|
annotate
2008-02-26
application and netdevice lists are attributes now.
file
|
diff
|
annotate
2008-01-31
AddInterface -> AggregateObject
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
add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
file
|
diff
|
annotate
2007-12-11
add application tracing support
file
|
diff
|
annotate
2007-10-01
do not use Packet objects directly. Use Ptr<Packet> instead
file
|
diff
|
annotate
2007-09-04
merge with trunk
file
|
diff
|
annotate
2007-08-30
GetName -> GetTypeName
file
|
diff
|
annotate
2007-08-28
avoid method naming ambiguity in CompositeTraceResolver
file
|
diff
|
annotate
2007-08-28
constify
file
|
diff
|
annotate
2007-08-27
add TraceContextElement::GetName method
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
fix tracing
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
implement the Node::ProtocolHandler support.
file
|
diff
|
annotate
2007-06-04
rename i-node to node
file
|
diff
|
annotate
|
base
2007-05-13
add dox documentation for Node
file
|
diff
|
annotate
2007-05-13
make the Node API more consistent
file
|
diff
|
annotate
2007-05-13
remove ApplicationList. Move functionality to Node class
file
|
diff
|
annotate
2007-05-11
rename Iid to InterfaceId
file
|
diff
|
annotate
(0)
-60
tip