aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-tcp.c
Commit message (Collapse)AuthorAge
* - fixed coverity issuest3sserakt2021-10-28
|
* - 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.
* - fixed mem leaks, added code doc, formatting, removed trace logst3sserakt2021-08-24
|
* first cmd for a simple tng test running. part of cleanup and sanity check ↵t3sserakt2021-08-04
| | | | when starting missing
* - there are two helper running, but only one is doing the work of both. ↵t3sserakt2021-07-30
| | | | Therefore connecting peers does not work atm.
* -coverity, remove commented codeMartin Schanzenbach2021-05-15
|
* -fix many more typosChristian Grothoff2021-04-26
|
* -more coverity fixesMartin Schanzenbach2021-03-26
|
* -more tng service fixesMartin Schanzenbach2021-02-26
|
* -fix mtu; neighbour sendMartin Schanzenbach2021-02-24
|
* - fixed bug in tcp com challenge logic. added test case for bidirectional test.t3sserakt2021-01-25
|
* - started making tng communicator test code more resilientt3sserakt2021-01-05
|
* - fixed socket clean up; added sync between start of service and communicatort3sserakt2020-09-08
|
* - fixed some bugst3sserakt2020-08-28
|
* - fixed some bugst3sserakt2020-08-28
|
* - fixed tcp communicator rekeyt3sserakt2020-08-06
|
* - removed use of GNUNET_free_non_nullt3sserakt2020-07-21
|
* Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2020-07-21
|\
| * merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
| |
* | - fixed mem leaks.t3sserakt2020-07-21
| |
* | TNG: Implemented 5530: add replay protection to TCP communicator. Added ↵t3sserakt2020-07-17
|/ | | | monotime value checks
* Fixed 5528: TCP *communicator* bindto option should support DNS names, and ↵t3sserakt2020-06-12
| | | | 6013: TCP communicator should bind to IPv6 and IPv4 if only port given
* 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.
* 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
|
* add configurable rekey intervalSchanzenbach, Martin2019-12-31
|
* actually fix rekeySchanzenbach, Martin2019-12-27
|
* fix communicator IP parsing, debug udp communicatorSchanzenbach, Martin2019-12-27
|
* fix rekeySchanzenbach, Martin2019-12-26
|
* tcp comm kind of workingSchanzenbach, Martin2019-12-26
|
* more fixed tcp commSchanzenbach, Martin2019-12-26
|
* fix kxSchanzenbach, Martin2019-12-25
|
* more minor communicator fixesSchanzenbach, Martin2019-12-25
|
* call listen before acceptSchanzenbach, Martin2019-12-23
|
* add tcp test; minor fixSchanzenbach, Martin2019-12-23
|
* 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
|
* tcp review bugfixesChristian Grothoff2019-06-25
|
* misc bugfixesChristian Grothoff2019-06-04
|
* fix validity vs. monotimeChristian Grothoff2019-04-27
|
* implement backchannel encryption/decryptionChristian Grothoff2019-04-16
|
* misc tng related cleanupChristian Grothoff2019-04-14
|
* use #5553 function in TCP/UDP communicatorsChristian Grothoff2019-03-02
|
* bug linksChristian Grothoff2019-02-12
|
* fix #5554Christian Grothoff2019-02-09
|
* implement MTU calculation and adjustmentsChristian Grothoff2019-01-30
|
* basics for UDP broadcast receivingChristian Grothoff2019-01-30
|