aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-udp.c
Commit message (Collapse)AuthorAge
* - moved global netjail methods to its own header file.dev/t3ss/tngt3sserakt2021-11-09
| | | | | | - added configuration by string in test skript instead of config file. - moved netjail scripts to contrib/netjail and install them into the share/gnunet directory.
* - add generic topology configuration by filet3sserakt2021-10-07
| | | | | | | | | | | | | | | | | | | | | | | - cmd simple send using file configuration from file - added cmd to check the logs for backchannel encapsulation - added cmd which notifies the master loop of local loop being prepared to finish - added logging to helper.c - moved code from connecting peers cmd into global functions - added parameters given to the connecting peers cmd - added assertion when notifying the transport service about a new queue, if the communicator has no intial capacity - added optional valgrind cmd to test script - added flag für queues with unlimited length - added check for queues with higher priority - added attribute queue_capacity to struct Queue - bug fixing worker task for kce generation and transport notification about available queue in udp communicator - change value for unlimited queue length from 0 to UINT16_MAX in tcp communicator and service - added loop to stop the test system for the globally known peers in stop testsystem cmd - refactored endless growing array to handle further messages from the local loops, and added logic to handle the local test prepare msg - added utility methods in testing.c - added forwarding of all tests prepared msg in gnunet-cmds-helper.c - added cmd to end loop without shutdown - added without shutdown cmd to simple send testcase - added backchannel check, without shutdown and prepared cmd to udp backchannel testcase.
* -fix compiler warningsMartin Schanzenbach2021-05-12
|
* -fix many more typosChristian Grothoff2021-04-26
|
* -more coverity fixesMartin Schanzenbach2021-03-26
|
* - refactored singleton worker task for udp com. to be per sender. refactored ↵t3sserakt2021-02-02
| | | | test code to only accept packet loss in case of timeout.
* - fixed bug in tcp com challenge logic. added test case for bidirectional test.t3sserakt2021-01-25
|
* fix broadcast logic: needed port numberChristian Grothoff2020-12-20
|
* fix sendto bugChristian Grothoff2020-12-20
|
* Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2020-12-08
|\
| * -fix communicator cleanupMartin Schanzenbach2020-11-30
| |
* | - added testing logic for backchannel and rekey tests. Fixed bugs for rekey ↵t3sserakt2020-12-08
|/ | | | logic.
* - added inband udp communicator rekey logict3sserakt2020-11-24
|
* - added secret destroy. Started with rekey logict3sserakt2020-10-16
|
* - backchannel alternativ 1t3sserakt2020-10-15
|
* - new udp backchannel logic. Two alternatives. Test not working.t3sserakt2020-10-09
|
* - first attempt to fix the udp backchannelt3sserakt2020-10-06
|
* -remove unused argumentMartin Schanzenbach2020-09-18
|
* -attempt to improve UDP communicator load on receiveMartin Schanzenbach2020-09-18
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* tng: do not handle message send more than onceMartin Schanzenbach2020-06-01
|
* tng: more UDP communicator backchannelsMartin Schanzenbach2020-06-01
| | | | | Added a new message for queue updates to indicate queue length. Queues now may also have a priority parameter.
* towards UDP backchannelsMartin Schanzenbach2020-05-30
|
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* fixing #6149Christian Grothoff2020-04-11
|
* fix sign api for to address #6164Christian Grothoff2020-04-08
|
* error handlingChristian Grothoff2020-03-25
|
* fix backchannelSchanzenbach, Martin2020-01-01
|
* update udp communicatorSchanzenbach, Martin2019-12-31
|
* fix communicator IP parsing, debug udp communicatorSchanzenbach, Martin2019-12-27
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* indentChristian Grothoff2019-06-25
|
* misc bugfixesChristian Grothoff2019-06-04
|
* only use mono time in TNG HELLOsChristian Grothoff2019-05-04
|
* fix validity vs. monotimeChristian Grothoff2019-04-27
|
* misc tng related cleanupChristian Grothoff2019-04-14
|
* implement #5551 (UDP broadcast learning in TNG)Christian Grothoff2019-04-07
|
* use #5553 function in TCP/UDP communicatorsChristian Grothoff2019-03-02
|
* bug linksChristian Grothoff2019-02-12
|
* implement MTU calculation and adjustmentsChristian Grothoff2019-01-30
|
* write box encryption logicChristian Grothoff2019-01-30
|
* adding broadcast supportChristian Grothoff2019-01-30
|
* basics for UDP broadcast receivingChristian Grothoff2019-01-30
|
* get UDP communicator to compileChristian Grothoff2019-01-30
|
* generate ACKs for backchannelChristian Grothoff2019-01-30
|
* deal with timeoutsChristian Grothoff2019-01-30
|