aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn/transport
AgeCommit message (Expand)AuthorFilesLines
2019-10-31[HICN-371] Fix invalid read reported by Valgrind when many timeouts happen.Mauro Sardara1-2/+3
2019-10-31[HICN-356] Fix uninitialized pointerOlivier Roques1-0/+2
2019-10-31Merge "[HICN-371] Solve memory leaks in libtransport."Jordan Augé3-10/+25
2019-10-31Merge "[HICN-354] Fixed bug on raaqm when reassemblying packets"Michele Papalini5-106/+61
2019-10-31[HICN-371] Solve memory leaks in libtransport.Mauro Sardara3-10/+25
2019-10-31[HICN-354] Fixed bug on raaqm when reassemblying packetsAlberto Compagno5-106/+61
2019-10-31[HICN-361] speed up the socket start upmichele papalini1-16/+31
2019-10-31[HICN-318] schedule rounds using timers in rtc conusmermichele papalini2-15/+13
2019-10-30[HICN-360] retransmit pending interests when all of them get lost without wai...michele papalini2-8/+105
2019-10-22[HICN-342] No need to take a lock on the hash entry if the lookup forAlberto Compagno4-6/+6
2019-10-22Merge "[HICN-346] Add version of the transport library in the config.h heade...Michele Papalini2-0/+6
2019-10-22[HICN-346] Add version of the transport library in the config.h header file.Mauro Sardara2-0/+6
2019-10-22[HICN-328] Reworking setSocketOption and getSocketOption to be thread-safeAlberto Compagno17-1365/+1755
2019-10-18[HICN-339] improve rtc producer socket for low rate trafficmichele papalini2-19/+17
2019-10-18Merge "[HICN-337] correlty set timers for rtx in rtc consumer"Alberto Compagno2-24/+54
2019-10-18[HICN-337] correlty set timers for rtx in rtc consumermichele papalini2-24/+54
2019-10-18[HICN-338] correctly compute the estimated production rate in rtc socketmichele papalini1-4/+4
2019-10-16Merge "[HICN-335] fix max win computation in RTC consumer"Mauro Sardara1-1/+1
2019-10-16Merge "[HICN-333] fix addRetransmissions in RTC consumer socket"Alberto Compagno1-1/+1
2019-10-16[HICN-335] fix max win computation in RTC consumermichele papalini1-1/+1
2019-10-16Merge "[HICN-334] remove LOG for no pending interests in portal"Alberto Compagno1-1/+1
2019-10-16[HICN-333] fix addRetransmissions in RTC consumer socketmichele papalini1-1/+1
2019-10-16[HICN-334] remove LOG for no pending interests in portalmichele papalini1-1/+1
2019-10-16[HICN-332] add output buffer to the RTC producer socketmichele papalini1-8/+37
2019-10-16[HICN-331] schedule rtx at the right timemichele papalini2-14/+13
2019-10-15[HICN-239] retransmissions on RTCmichele papalini1-33/+37
2019-10-14[HICN-322] fix timeouts inside portalmichele papalini1-2/+8
2019-10-10[HICN-317] schedule rounds using timers in rtc producermichele papalini2-28/+35
2019-10-10[HICN-316] improve rtc for low rate streamsmichele papalini4-107/+26
2019-10-09[HICN-311] Incorrect copying of ip_prefix_t data & uninitialized bytes causes...Jordan Augé1-0/+2
2019-10-09[HICN-308] delete interests from interest mapmichele papalini1-6/+8
2019-10-08Merge "[HICN-302] low rate traffic in RTC"Mauro Sardara3-11/+147
2019-10-08[HICN-306] Wrong representation format in ip_prefix_ntop causes parsing issuesJordan Augé1-1/+1
2019-10-08[HICN-302] low rate traffic in RTCmichele papalini3-11/+147
2019-10-07[HICN-298] Release new hICN app for AndroidJordan Augé16-80/+80
2019-10-04[HICN-296] handle first packet received in RTC consumer socketmichele papalini2-2/+31
2019-10-04[HICN-292] fix inflight interests countingmichele papalini2-19/+25
2019-10-03[HICN-291] handle multiple paths in RTCmichele papalini6-132/+435
2019-10-02[HICN-290] Added check if ASIO_STANDALONE already defined. Removed openssl fi...Mauro Sardara1-0/+3
2019-09-10[HICN-273] Add zero copy produce() API to RTC producer socket.Mauro Sardara3-12/+19
2019-08-22Merge "[HICN-263] DO_NOT_MERGE Updating hicn-plugin and libtransport to vpp_1...Alberto Compagno2-5/+13
2019-08-22[HICN-263] DO_NOT_MERGEv19.08Alberto Compagno2-5/+13
2019-08-20[HICN-261] Incorrect handling of IPv6 link-local addresses / connections shou...ndnops1-0/+1
2019-07-29[HICN-252] Add per-application policy framework to hicn-light forwarderJordan Augé1-3/+10
2019-07-18Merge "[HICN-248] Install libraries under correct folder (lib/x86_64-linux-gn...Alberto Compagno2-2/+4
2019-07-18[HICN-248] Install libraries under correct folder (lib/x86_64-linux-gnu on ub...Mauro Sardara2-2/+4
2019-07-17[HICN-246] Initializing vpp_api state only the first time a socket is created.Alberto Compagno1-5/+4
2019-07-08[HICN-242] Perform only one allocation for the whole buffer passed to produce()Mauro Sardara10-85/+71
2019-07-03[HICN-231] fix reinitialization of rtc socketmichele papalini3-20/+8
2019-07-03[HICN-232] fix concurrency problem on rtc producer socketmichele papalini2-28/+38