Code Review
/
cicn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6b8a374
)
- Fixed bug in retrieving the max number of retransmissions.
18/5518/1
author
Mauro Sardara
<
[email protected]
>
Fri, 24 Feb 2017 19:12:47 +0000
(20:12 +0100)
committer
Mauro Sardara
<
[email protected]
>
Fri, 24 Feb 2017 19:12:47 +0000
(20:12 +0100)
Change-Id: I690bfd693c75c86c4d6fe2be80c3dc24f0dd059c
Signed-off-by: Mauro Sardara <
[email protected]
>
icnet/transport/icnet_transport_vegas.cc
patch
|
blob
|
history
diff --git
a/icnet/transport/icnet_transport_vegas.cc
b/icnet/transport/icnet_transport_vegas.cc
index
b64678f
..
d5a3c50
100644
(file)
--- a/
icnet/transport/icnet_transport_vegas.cc
+++ b/
icnet/transport/icnet_transport_vegas.cc
@@
-325,7
+325,7
@@
void VegasTransportProtocol::onTimeout(const Interest &interest) {
afterDataUnsatisfied(segment);
int max_retransmissions;
- socket_->getSocketOption(
ConsumerCallbacksOptions::INTEREST_RETRANSMISSION
, max_retransmissions);
+ socket_->getSocketOption(
GeneralTransportOptions::MAX_INTEREST_RETX
, max_retransmissions);
if (interest_retransmissions_[segment % default_values::default_buffer_size] < max_retransmissions) {