toxcore/testing
Coren[m] 9de295374d expanded Client_data to hold two addresses (IPv4, IPv6) instead of one
Compilerflag: CLIENT_ONETOONE_IP (to define in DHT.h, default unset i.e. NEW case: two addresses)

Every function in DHT{_test}.c working on Client_data has been rewritten to store IPv4 addresses in assoc4, IPv6 addresses in assoc6.
Loading/Storing of states defined with other compiler switch is transparently adjusting to the differences.

DHT.h, DHT.c:
- introduction and handling of the structure changes

DHT_test.c, Messenger.c:
- logging adapted to new structures

util.h:
- LOGGING isn't undefined per default anymore
2013-09-27 03:27:52 +02:00
..
experiment move group chats to /toxcore 2013-09-09 14:16:53 -04:00
crypto_speed_test.c Allow to build vs nacl instead of libsodium 2013-09-06 22:54:45 +03:00
DHT_test.c expanded Client_data to hold two addresses (IPv4, IPv6) instead of one 2013-09-27 03:27:52 +02:00
Lossless_UDP_testclient.c Lossless UDP is now suitable for sending files. 2013-09-21 09:03:54 -04:00
Lossless_UDP_testserver.c Fixed the connection bug and cleaned up some stuff. 2013-09-22 11:08:23 -04:00
Makefile.inc Allow to build vs nacl instead of libsodium 2013-09-06 22:54:45 +03:00
Messenger_test.c astyled everything. 2013-09-14 12:42:17 -04:00
misc_tools.c Fix warnings of -Wall -Wextra 2013-09-16 10:37:22 +02:00
nTox.c nTox: keep bootstrap()ping every 10 seconds, until we get a connection running (the initial one might get lost, it IS done via UDP after all) 2013-09-21 02:02:27 +02:00
nTox.h Put group chat functions in the public API. 2013-09-12 20:29:30 -04:00