aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_netjail_lib.h
Commit message (Collapse)AuthorAge
* -fix typosChristian Grothoff2022-06-26
|
* - fixed bug with broadcast test.t3sserakt2022-01-21
| | | | | | | | | | | | | | | | - added configurable port for router in netjail_start.sh. - added key for configuring broadcast in topo.sh. - port for communicators can variable. - added variable additional_connects in GNUNET_TESTING_NetjailTopology. - additional connects can be configured in topology file. - added distance vector test with circle topology. - Reassambly for fragmentation is now stored at VirtualLink, not at Neighbour. - DV forwarding distingush between control flow and payload. - handling fragment box switch to be based on VirtualLink. - reliability box will not be handled like a fragment. - propagating next retransmission attempt variable of fragment to the root message. - check for fragmentation when adding reliability box. - several smaller bug fixes.
* fixed timeout for netjail tests, removed duplicated function declaration ↵t3sserakt2021-12-06
| | | | from header, using GNUNET_TESTING_get_trait_batch_cmds in loop, fixed tng service shutdown logic, added missing GNUNET_SERVICE_client_continue, changed default log level for udp backchannel test to debug
* propose barrier APIChristian Grothoff2021-12-06
|
* propose barrier APIChristian Grothoff2021-12-06
|
* propose barrier APIChristian Grothoff2021-12-06
|
* - fixed warning, raised log level for udp backchannel test0.15.xt3sserakt2021-12-02
|
* - using the big macrofication of the traits from GNU Taler nowt3sserakt2021-12-01
|
* - Fixed header, fixed log level, changed block until connect logic, fixed ↵t3sserakt2021-11-19
| | | | memory issues.
* - 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.