aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
Commit message (Collapse)AuthorAge
* clarify prettyprinter API and protocols, make sure implementations are ↵Christian Grothoff2014-06-09
| | | | consistent in their implemenation, doxygen fixes, indentation fixes, subtle semantic fixes
* no comma, breaks gnunet-statistics-gtk (fixes #3417)Christian Grothoff2014-06-02
|
* fix semantic for address_to_stringMatthias Wachs2014-06-02
|
* fixng crash on shutdownMatthias Wachs2014-04-07
|
* defragmentation context not freed when session is deletedMatthias Wachs2014-04-03
|
* debuggging message for "send ACK but no session found" issueMatthias Wachs2014-03-29
|
* fix initialized value in udp on invalid addressMatthias Wachs2014-03-21
| | | | | fix log message
* session end function must include address to notify addressMatthias Wachs2014-03-20
|
* -doxygen, indentation, code cleanupChristian Grothoff2014-02-06
|
* extending bandwidth tracker api to support notificationsMatthias Wachs2014-01-30
|
* fix compile errorMatthias Wachs2014-01-28
|
* fix ftbfs on system where SIN_LEN existsMatthias Wachs2014-01-17
|
* more fixed documentationMatthias Wachs2014-01-16
|
* transport validation monitoring API (not yet complete) + CLIMatthias Wachs2014-01-15
| | | | | + fix for crash in transport/plugin_transport_udp.c
* issue: as long as we do not have a peer identity we cannot work with ↵Matthias Wachs2014-01-14
| | | | | | | HELLO_addresses, so we have to stick to sock_addr fixed sockaddr-to-session lookup
* fixing issues with udp due to internal address lengthMatthias Wachs2014-01-14
|
* improved checking for directionMatthias Wachs2014-01-14
|
* fix for printing addressMatthias Wachs2014-01-14
|
* implementing 0003268 to inbound information in HELLO addressesMatthias Wachs2014-01-13
| | | | | | | | | | All transport plugin functions are modified to use HELLO addresses instead of peer,address,address_length All plugins are modified to use HELLO addresses internally This commit can break transport functionality: core tests on my system still pass, but transport tests may still fail, errors messages may occurs or crashs Will be fixed asap
* added function to disable receiving broadcasts to prevent buildbots from ↵Matthias Wachs2013-12-19
| | | | connecting to the network
* malloc -> newLRN2013-12-19
|
* fix for pluginMatthias Wachs2013-12-18
|
* rescheduling sessions for udpMatthias Wachs2013-12-18
|
* new timeout function and keep alives with noncesMatthias Wachs2013-12-18
|
* fix for fixMatthias Wachs2013-12-18
|
* fixing 0003221: Crash in UDP broadcast: ↵Matthias Wachs2013-12-18
| | | | plugin_transport_udp_broadcasting.c:253.
* do not reschedule timeout on sendingMatthias Wachs2013-12-17
|
* IPv6 not available: second messsage is betterMatthias Wachs2013-12-17
|
* Non-uniform keepalive timeout for different pluginsLRN2013-12-15
|
* -doxygen, indentationChristian Grothoff2013-12-13
|
* fix assertion in line 1388Matthias Wachs2013-12-13
|
* -code cleanup, fixing #3207: timeout can be NULL in ↵Christian Grothoff2013-12-13
| | | | reschedule_session_timeout if we are 'in destroy', in which case we should simply do nothing
* -extend transport plugin API with capability to just disconnect a single ↵Christian Grothoff2013-12-12
| | | | session (not yet used)
* shorter session timeout for UDPMatthias Wachs2013-12-12
|
* make message appear less oftenMatthias Wachs2013-12-09
|
* -fix warnings, use proper types for addrChristian Grothoff2013-11-14
|
* -make buildbots happierChristian Grothoff2013-11-14
|
* -rename serverAddr to server_addr to follow naming conventionsChristian Grothoff2013-10-09
|
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* - fixing udp address handling for inbound sessionsMatthias Wachs2013-10-07
| | | | | - fixing some indentation
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -getting ATS and transport to compile again (part of #3047)Christian Grothoff2013-09-30
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* fix: upd has to use the session with fragmentation context when receiving ACKsMatthias Wachs2013-09-16
|
* fix: do not return inbound sessions when transport asks for outbound sessionMatthias Wachs2013-09-16
|
* check in wrong lineMatthias Wachs2013-08-20
|
* more clang fixesMatthias Wachs2013-08-20
|
* fixing bugs found by clangMatthias Wachs2013-08-20
|
* remove dead assignmentsMatthias Wachs2013-08-19
|