Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
e9f6bafc2bbcca9dc8448956e3507029ebc1ce8e
/
apps
/
ndn-consumer.cpp
73df9f5
apps: Change to new HopCount tag that is carried in NDNLPv2 header between nodes
by Spyridon Mastorakis
· 8 years ago
7f2fd42
apps + examples: Enabling NACK support
by Spyridon Mastorakis
· 8 years ago
50ea1a3
apps+examples: Adjust Face creation and Face operations for NFD 0.4+ model
by Alexander Afanasyev
· 8 years ago
d6453cd
model+apps+utils+examples+ci+docs: Update code for changes in ns-2.23
by Alexander Afanasyev
· 9 years ago
18d8bc9
tests+consumer+docs: Test case for AppDelayTracer and related bugfixes
by Alexander Afanasyev
· 9 years ago
60a7b62
docs: Updating copyright notices in files
by Alexander Afanasyev
· 10 years ago
89046c1
apps+helper+utils: Fixes of consumer and producer apps to work with the new codebase
by Mickey Sweatt
· 10 years ago
53e922f
ndnSIM-v2: Initial implementation
by Spyridon Mastorakis
· 10 years ago
be55cf6
src: Updating code style to conform (more or less) to ndn-cxx style
by Alexander Afanasyev
· 10 years ago
0c39537
build: Fixing of includes
by Alexander Afanasyev
· 10 years ago
76f8f65
src: Renaming files according to ndn-cxx naming convention
by Alexander Afanasyev
· 10 years ago
[Renamed from apps/ndn-consumer.cc]
6eba36f
src: One more set of renaming: ndn-content-object.h|cc is renamed to ndn-data.h|cc
by Alexander Afanasyev
· 11 years ago
772f51b
src: Global renaming ContentObject -> Data
by Alexander Afanasyev
· 11 years ago
9213601
model: Another major change: switching to NDN.cxx API for ndn::Name
by Alexander Afanasyev
· 11 years ago
a89bc10
model: Slight modification with wire format processing
by Alexander Afanasyev
· 11 years ago
faa01f9
model: Another set of refactoring/renaming to make code compile (not tested yet)
by Alexander Afanasyev
· 11 years ago
79b2fb3
apps: Solving a serious bug #33 in ndn::ConsumerWindow
by Alexander Afanasyev
· 12 years ago
v0.3
eae83ee
all: InterestHeader and ContentObjectHeader refactoring to Interest and ContentObject
by Alexander Afanasyev
· 12 years ago
cfdc14f
all: Replacing deprecated NameComponents class with Name
by Alexander Afanasyev
· 12 years ago
d9a7f19
Issue #25 Replacing usage of TCP RTT estimator with a customized version
by Alexander Afanasyev
· 12 years ago
1fb9fed
model+examples: Small corrections with new PIT version, adding an example to use it
by Alexander Afanasyev
· 12 years ago
8a23752
apps: Removing excessive and unnecessary logging in ndn::Consumer
by Alexander Afanasyev
· 12 years ago
v0.2.3
3a3ce1a
Fixing bugs related to NACKs implementation
by Alexander Afanasyev
· 12 years ago
v0.2.1
1a0fff6
apps+model+utils: Implementing Interest/Data hop counting using new PacketTag
by Alexander Afanasyev
· 12 years ago
400aae1
apps+utils: Correcting Interest-Delay tracing
by Alexander Afanasyev
· 12 years ago
db64ff1
app+utils+doc: Adding application-level trace helper to record Interest-Data delays
by Alexander Afanasyev
· 12 years ago
edf24d9
Enabling trace sources for Interest-Data lifetimes
by Alexander Afanasyev
· 12 years ago
bd9c18e
Solving a couple of bugs resulting from the packet format changes. Code compiles, but haven't fully tested yet
by Alexander Afanasyev
· 12 years ago
5d79e68
model: Initial attempt to optimize Interest/Data encoding/decoding via a custom packet format
by Alexander Afanasyev
· 12 years ago
e1b2a2d
apps: Correcting behavior of ndn::ConsumerWindow.
by Alexander Afanasyev
· 12 years ago
e1aa9b9
When interest is satisfied from the local cache, the wrong order of
by Alexander Afanasyev
· 12 years ago
b18ae02
Memory optimization (removing scheduled events instead of just cancelling them)
by Alexander Afanasyev
· 12 years ago
92d5be1
Regression: RTO in Consumers was not exponentially increased
by Alexander Afanasyev
· 12 years ago
cf6dc92
Now everything compiles, but not everything is working yet
by Alexander Afanasyev
· 12 years ago
2b4c947
Another set of refactoring
by Alexander Afanasyev
· 12 years ago
4aac557
First step of refactoring code (ccnx prefix => ndn prefix)
by Alexander Afanasyev
· 12 years ago
[Renamed (78%) from apps/ccnx-consumer.cc]
4a4ea60
Renaming CcnxLocalFace to CcnxAppFace
by Alexander Afanasyev
· 12 years ago
6315ef7
Updating documentation
by Alexander Afanasyev
· 12 years ago
de7601a
Commening out PathStretch trace-related code (will be available as a patch in plugins/ folder)
by Alexander Afanasyev
· 12 years ago
ce81014
Rescanned bindings to reflect latest rebase of ns-3-base
by Alexander Afanasyev
· 13 years ago
15f9299
Moving TraceSources from CcnxProducer/Consumer to CcnxApp
by Alexander Afanasyev
· 13 years ago
59e6771
Extending CcnxConsumerCbr class. Now it supports option to randomize sending time (uniform or exponential distribution).
by Alexander Afanasyev
· 13 years ago
34a177c
Merge remote-tracking branch 'git.irl/car2car'
by Alexander Afanasyev
· 13 years ago
a3295ab
Change the LOG type of CcnxConsumer and CcnxProducer
by Lucas
· 13 years ago
1180b04
Commenting out RTT increase on NACK. This part should be redesigned!!!
by Alexander Afanasyev
· 13 years ago
812f7ab
Adding one more scenario to compute shortest paths after failure
by Alexander Afanasyev
· 13 years ago
1ec705f
Adding initial code to implement limited (by time) retransmission in CcnxConsumer
by Alexander Afanasyev
· 13 years ago
b8f5139
Don't double RTO on timeout (only for NACKs)
by Alexander Afanasyev
· 13 years ago
3d0c2e0
Reducing retx checking in CcnxConsumer to every 50ms
by Alexander Afanasyev
· 13 years ago
1e9348f
CcnxConsumer doubles timeout upon NACK and Timout
by Alexander Afanasyev
· 13 years ago
e0e5bd1
Repair bug with sequence number timeouts. There was access to a data field after erasing...
by Alexander Afanasyev
· 13 years ago
3661e23
Adding face metric (along with the total prefix/interface cost) information when printing CcnxFibEntries
by Alexander Afanasyev
· 13 years ago
8e0d281
Moving around path weight tagging. Now CcnxFace owns metric field, which is used for tagging.
by Alexander Afanasyev
· 13 years ago
6bff0df
Finalizing PathWeight tracing
by Alexander Afanasyev
· 13 years ago
e9c9d72
Change in CcnxApp API. Now callbacks also contain pointer of original
by Alexander Afanasyev
· 13 years ago
b7ad232
One more change in Consumer API. Now there are more consumers and they
by Alexander Afanasyev
· 13 years ago
94cebd0
CcnxConsumerCbr now is really CBR (no randomization).
by Alexander Afanasyev
· 13 years ago
4d66de5
Repair critical bug in CcnxConsumer. Due to accidental commenting out a
by Alexander Afanasyev
· 13 years ago
359bfb7
Implementing window-based CCNx consumer. Adding RTO estimation.
by Alexander Afanasyev
· 13 years ago
029d38d
Creating a pure virtual class CcnxConsumer. CcnxConsumerCbr now
by Alexander Afanasyev
· 13 years ago
8dcfa5d
Commenting out unused variable
by Alexander Afanasyev
· 13 years ago
8080940
Merge remote-tracking branch 'git.irl/ilya'
by Alexander Afanasyev
· 13 years ago
c4f8828
Correcting GlobalRouting lookups. Adding Ipv4SeqsAppTracer
by Alexander Afanasyev
· 13 years ago
36d5c2a
Temp commit
by Alexander Afanasyev
· 13 years ago
956d054
documentation
by Ilya Moiseenko
· 13 years ago
3183b5a
Adding sequence number tracer
by Alexander Afanasyev
· 13 years ago
b3e4b85
Separating ccnx-tracers into separate files.
by Alexander Afanasyev
· 13 years ago
011b859
Implementing Poisson Process for consumer requests (exponential distribution for inter-arrival times)
by Alexander Afanasyev
· 13 years ago
4975f73
Slight API change. Now there is only one CcnxAppHelper that can create all CcnxApps
by Alexander Afanasyev
· 13 years ago
120bf31
When giving up PIT entry, remove all outgoing interests. Otherwise,
by Alexander Afanasyev
· 13 years ago
8f5a9bb
Rescanned bindings. Slight change in input format for AnnotatedTopology
by Alexander Afanasyev
· 13 years ago
a845f72
Uncommenting important code that was commented before
by Alexander Afanasyev
· 13 years ago
bdc0d98
Enabling app-layer tracing
by Alexander Afanasyev
· 13 years ago
f9f4eb0
Resolve compilation issues (more accurate with headers)
by Alexander Afanasyev
· 13 years ago
781ea81
Modified CcnxConsumer: retransmission after NACK or default timeout
by Alexander Afanasyev
· 13 years ago
c39f0b4
Finalizing interest limits. Now everything seem to work.
by Alexander Afanasyev
· 13 years ago
19426ef
Making everything compile. Now everything seems to work, but more
by Alexander Afanasyev
· 13 years ago
09c7deb
Modification of CcnxFace interface and unification of CCNx applications via common CcnxApp class
by Alexander Afanasyev
· 13 years ago
a46844b
Correcting bugs with cleaning timeouts in PIT/RIT/ContentStore
by Alexander Afanasyev
· 13 years ago
d02a5d6
Adding several corrections. Most important is fixing regression in ccnb-parser-block.cc
by Alexander Afanasyev
· 13 years ago
82b8eea
ccnx-grid example corrections
by Ilya Moiseenko
· 13 years ago
0605d26
Nonce generation bug fixed in Consumer app
by Ilya Moiseenko
· 13 years ago
e4aae55
small fix of Consumer Application
by Ilya Moiseenko
· 13 years ago
c5a23e2
Many corrections to face/local-face/net-device-face/fib/pit. Now
by Alexander Afanasyev
· 13 years ago
152cf11
Small updates to reflect changes in CcnxNameComponents
by Alexander Afanasyev
· 13 years ago
8196d2e
Consumer and producer applications
by Ilya Moiseenko
· 13 years ago