aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp_broadcasting.c
Commit message (Collapse)AuthorAge
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -simplifying event loop for UDP, separting v4/v6 for better performance (in ↵Christian Grothoff2015-03-01
| | | | theory at least)
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -do only send HELLO to clients once on startup, do only send fully ↵Christian Grothoff2015-02-09
| | | | initialized HELLO to clients if we can help it, even the first one; do not perform blacklist check twice for try_connect
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* cleaning up UDP code to use only on address format throughout the code as ↵Christian Grothoff2015-02-01
| | | | much as possible
* -udp broadcasts should not be flagged as inboundChristian 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
* -fix error messageChristian Grothoff2014-04-23
|
* -doxygen, indentation, code cleanupChristian Grothoff2014-02-06
|
* fix mantis bug 0003270: do not broadcast on loopbackMatthias Wachs2014-01-15
|
* 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
* -/dev/power was renamed to /dev/cryogenicChristian Grothoff2013-12-20
|
* malloc -> newLRN2013-12-19
|
* fixing 0003221: Crash in UDP broadcast: ↵Matthias Wachs2013-12-18
| | | | plugin_transport_udp_broadcasting.c:253.
* Fix assertion failure seen on buildbot ubuntu-armv71-evans,Christian Grothoff2013-12-17
| | | | | | | build 769: .Dec 17 21:19:40-025205 transport-20588 ERROR Assertion failed at plugin_transport_udp_broadcasting.c:253.
* only try to open /dev/power if it actually existsChristian Grothoff2013-12-05
|
* -make cryogenic code Linux-onlyChristian Grothoff2013-12-05
|
* - fix compilation issuesBart Polot2013-12-05
|
* GNUNET_TIME_UNIT_FOREVER_REL added to GNUNET_SCHEDULER_add_write_file callAlejandra Morales2013-12-05
|
* Cryogenic stuffAlejandra Morales2013-12-05
|
* -cleaning up UDP broadcast code, preparing for cryogenicChristian Grothoff2013-11-28
|
* -make buildbots happierChristian Grothoff2013-11-14
|
* -rename serverAddr to server_addr to follow naming conventionsChristian Grothoff2013-10-09
|
* remove dead assignmentsMatthias Wachs2013-08-19
|
* fixMatthias Wachs2013-05-16
|
* fixing memory leaks in udpMatthias Wachs2013-05-16
|
* changes for mantis 0002676Matthias Wachs2013-04-04
|
* -more distance removingChristian Grothoff2013-03-30
|
* -no longer pass distance information from non-DV pluginsChristian Grothoff2013-03-30
|
* transport plugin api change: split of address receive and ats updatesMatthias Wachs2013-03-18
|
* plugin testMatthias Wachs2012-08-23
|
* do not print error msg when we have no network connectivityMatthias Wachs2012-06-29
|
* - adding return value to mst callbackMatthias Wachs2012-05-24
|
* - fix crashesMatthias Wachs2012-05-08
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* -trying to resolve alignment issue on sparcChristian Grothoff2012-04-24
|
* -fixChristian Grothoff2012-03-24
|
* - dedupMatthias Wachs2012-03-23
|
* adding rewritten udp pluginMatthias Wachs2012-02-13