aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
AgeCommit message (Expand)Author
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2018-01-05Fixed int to unsigned casting warning.anryko
2018-01-04fix UDP memory leakChristian Grothoff
2017-03-17more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff
2017-03-16removing dead/legacy server/connection logic, except for in tcp/wlan/bt plugi...Christian Grothoff
2017-03-10fix integer overflow test to actually workChristian Grothoff
2017-02-19mostly logging, avoid having more than one typemap in transmission queue, acc...Christian Grothoff
2017-01-16simplify GNUNET_CONTAINER_heap_update_cost APIChristian Grothoff
2017-01-07fix calls to test_address, expects a struct sockaddr, not an in_addrChristian Grothoff
2017-01-07migrate UDP plugin to new NAT logicChristian Grothoff
2016-07-25-unregister nat on error, indentation, DCEChristian Grothoff
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-05-03Fix printf format causing SEISEGVBart Polot
2016-04-30implementing new scheduler shutdown semanticsChristian Grothoff
2016-04-09small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-10-26-fix udp transmission, avoid scheduling when unreadyChristian Grothoff
2015-10-18-fix log callChristian Grothoff
2015-10-18-log ACK delay vs. last frag transmitChristian Grothoff
2015-10-18-log expected transmission time on enqueue, together with queue sizeChristian Grothoff
2015-10-18-smoother calculation of flow delays, base it on the current message not the ...Christian Grothoff
2015-10-18-use UINT32_MAX to mean disconnect, for realChristian Grothoff
2015-10-18-more logging, avoid duplicate re-schedulingChristian Grothoff
2015-10-18-use LOG instead of GNUNET_logChristian Grothoff
2015-10-18-only schedule select once per fragmented messageChristian Grothoff
2015-10-18rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conv...Christian Grothoff
2015-10-17fix misscalculation of per-session flow delays and apply flow delays properly...Christian Grothoff
2015-10-07determine network scope for ATS even if we do not yet have a session and only...Christian Grothoff
2015-10-07-do not leave PPT timeout tasks behindChristian Grothoff
2015-10-05fix #3986Christian Grothoff
2015-08-21Forget to commit some filesBruno Cabral
2015-07-18Get STUN to work with UDP pluginBruno Cabral
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-05-21-this does not help #3719, likely diagnosis was wrong as well, undoChristian Grothoff
2015-05-20set inbound flag which should fix #3719 (assuming diagnostic is correct) at t...Christian Grothoff
2015-05-18-avoid theoretical use after freeChristian Grothoff
2015-05-01-simplify socket NULL checkChristian Grothoff
2015-04-29-lower to debug level (#3783)Christian Grothoff
2015-04-09fix: compiler warning for uninitialized value Matthias Wachs
2015-03-17consistently call deq before qcChristian Grothoff
2015-03-13-doxygen fixChristian Grothoff
2015-03-07this can be very harmless, reduce loggingChristian Grothoff
2015-03-07trying to fix #3694: reduce duplicate ACKingChristian Grothoff
2015-03-07fix #3704Christian Grothoff
2015-03-07trying to fix #3702 by removing session from session map earlier -- and addin...Christian Grothoff
2015-03-02fix #3649/#3591Christian Grothoff
2015-03-01major code cleanup in UDP plugin, seems to also fix bugs; specifically, I thi...Christian Grothoff
2015-03-01-simplifying event loop for UDP, separting v4/v6 for better performance (in t...Christian Grothoff