commit | d573af2156d8a848483f47d091b3c2fc716afb11 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jul 27 12:57:08 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jul 27 13:05:55 2013 -0700 |
tree | 5eeb51567c9038f6147232e79c054cffd43da955 | |
parent | aa84fae2106556a03cf6b89f13bde333238d065d [diff] |
plugins/ip-faces: Implementing UdpFace and fixing bugs with TcpFace Now UdpFace is fully working. Due to nature of UDP transmission, all demultiplexing is happening inside IpFaceStack (with TCP, NS-3 is taking care of that). Bugfix: Map between IP addresses and Tcp/Udp faces was incorrectly embedded as a static variable inside Udp/TcpFace implementation, causing unexpected behavior. Refs #1006 (http://redmine.named-data.net/)
To successfully compile ndnSIM, it is necessary to use a custom branch of NS-3.
This branch can be cloned from https://github.com/cawka/ns-3-dev-ndnSIM
mkdir ndnSIM cd ndnSIM git clone git://github.com/cawka/ns-3-dev-ndnSIM.git ns-3 git clone git://github.com/cawka/pybindgen.git pybindgen git clone git://github.com/NDN-Routing/ndnSIM.git ns-3/src/ndnSIM
For more information, including downloading and compilation instruction, please refer to documentation in doc/ or on http://ndnsim.net