aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
Commit message (Expand)AuthorAge
* -fix udp transmission, avoid scheduling when unreadyChristian Grothoff2015-10-26
* -fix log callChristian Grothoff2015-10-18
* -log ACK delay vs. last frag transmitChristian Grothoff2015-10-18
* -log expected transmission time on enqueue, together with queue sizeChristian Grothoff2015-10-18
* -smoother calculation of flow delays, base it on the current message not the ...Christian Grothoff2015-10-18
* -use UINT32_MAX to mean disconnect, for realChristian Grothoff2015-10-18
* -more logging, avoid duplicate re-schedulingChristian Grothoff2015-10-18
* -use LOG instead of GNUNET_logChristian Grothoff2015-10-18
* -only schedule select once per fragmented messageChristian Grothoff2015-10-18
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conv...Christian Grothoff2015-10-18
* fix misscalculation of per-session flow delays and apply flow delays properly...Christian Grothoff2015-10-17
* determine network scope for ATS even if we do not yet have a session and only...Christian Grothoff2015-10-07
* -do not leave PPT timeout tasks behindChristian Grothoff2015-10-07
* fix #3986Christian Grothoff2015-10-05
* Forget to commit some filesBruno Cabral2015-08-21
* Get STUN to work with UDP pluginBruno Cabral2015-07-18
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* -this does not help #3719, likely diagnosis was wrong as well, undoChristian Grothoff2015-05-21
* set inbound flag which should fix #3719 (assuming diagnostic is correct) at t...Christian Grothoff2015-05-20
* -avoid theoretical use after freeChristian Grothoff2015-05-18
* -simplify socket NULL checkChristian Grothoff2015-05-01
* -lower to debug level (#3783)Christian Grothoff2015-04-29
* fix: compiler warning for uninitialized value Matthias Wachs2015-04-09
* consistently call deq before qcChristian Grothoff2015-03-17
* -doxygen fixChristian Grothoff2015-03-13
* this can be very harmless, reduce loggingChristian Grothoff2015-03-07
* trying to fix #3694: reduce duplicate ACKingChristian Grothoff2015-03-07
* fix #3704Christian Grothoff2015-03-07
* trying to fix #3702 by removing session from session map earlier -- and addin...Christian Grothoff2015-03-07
* fix #3649/#3591Christian Grothoff2015-03-02
* major code cleanup in UDP plugin, seems to also fix bugs; specifically, I thi...Christian Grothoff2015-03-01
* -simplifying event loop for UDP, separting v4/v6 for better performance (in t...Christian Grothoff2015-03-01
* -simplify logicChristian Grothoff2015-03-01
* call GNUNET_SERVER_receive_done() also on internal error pathsChristian Grothoff2015-02-28
* -no longer neededChristian Grothoff2015-02-28
* -fix indentation, logging, i18n, doxygenChristian Grothoff2015-02-28
* simplify logic, do not report monitoring events for sessions in destroy, inde...Christian Grothoff2015-02-22
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS te...Christian Grothoff2015-02-10
* -fixing some memory leaks from #3667, also reindentation and code cleanupChristian Grothoff2015-02-10
* -improve UDP loggingChristian Grothoff2015-02-09
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* remember which port we picked at random on port-autoconfigChristian Grothoff2015-02-04
* cleaning up UDP code to use only on address format throughout the code as muc...Christian Grothoff2015-02-01
* -correct a few overly optimistic assumptions about what can legitimately happ...Christian Grothoff2015-01-25
* -stupid check, removeChristian Grothoff2015-01-25
* -indentationChristian Grothoff2015-01-25
* -undo bad commitChristian Grothoff2015-01-25
* -indentation plugin_transport_udp.cChristian Grothoff2015-01-25
* simplify ATS API and plugin API by returning the network type, instead of an ...Christian Grothoff2015-01-17
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24