aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
Commit message (Collapse)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
| | | | previous one
* -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 ↵Christian Grothoff2015-10-18
| | | | conventions
* fix misscalculation of per-session flow delays and apply flow delays ↵Christian Grothoff2015-10-17
| | | | properly per message instead of per session
* determine network scope for ATS even if we do not yet have a session and ↵Christian Grothoff2015-10-07
| | | | only have an address
* -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 ↵Christian Grothoff2015-05-20
| | | | the expense of having two session objects for what is pretty much the same address; however, as the inbound one is not really validated and might not work due to NAT, this actually does make sense
* -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 ↵Christian Grothoff2015-03-07
| | | | adding additional check for messages being enqueued for destroyed sessions
* fix #3649/#3591Christian Grothoff2015-03-02
|
* major code cleanup in UDP plugin, seems to also fix bugs; specifically, I ↵Christian Grothoff2015-03-01
| | | | think I fixed a leak
* -simplifying event loop for UDP, separting v4/v6 for better performance (in ↵Christian Grothoff2015-03-01
| | | | theory at least)
* -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, ↵Christian Grothoff2015-02-22
| | | | indentation, doxygen -- may help/fix #3591
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -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 ↵Christian Grothoff2015-02-01
| | | | much as possible
* -correct a few overly optimistic assumptions about what can legitimately ↵Christian Grothoff2015-01-25
| | | | happen...
* -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
| | | | ATS_Information struct
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247