summaryrefslogtreecommitdiff
path: root/testing/Lossless_UDP_testclient.c
AgeCommit message (Collapse)Author
2014-05-02Remove Lossless UDP (This breaks Tox.)irungentoo
2014-03-12updated compilation and execution instructions for Lossless UDP tests, and ↵Kelong Cong
fixed minor typos
2014-01-19proper windows preprocessor detectionBen Iofel
2013-10-06Code cleanups.irungentoo
2013-09-21Lossless UDP is now suitable for sending files.irungentoo
Added some actual flow control and made send/recieve buffers grow when necessary.
2013-09-14astyled everything.irungentoo
2013-09-12network.*:Coren[m]
- addr_resolv(_or_parse_ip)(): added an optional parameter to return both an IPv6 and an IPv4 address if requested address family was AF_UNSPEC - logging of unhandled packets DHT.c: - bootstrap_from_address(): use the additional return from addr_resolv_or_parse_ip() to bootstrap in both network types at once Lossless_UDP_testclient.c: - main(): adapt to signature change of addr_resolve() Messenger.c. LAN_discovery.h: - lost a htons(), readded - moved LAN_DISCOVERY_INTERVAL #define into LAN_discovery.h LAN_discovery.c: - added IPv4-in-IPv6 local address test
2013-09-11toxcore/util.h:Coren[m]
- moved cmdline_parsefor_ipv46() to testing/misc_tools.c
2013-09-11cmdline parsing:Coren[m]
- add missing includes (autobuild warnings)
2013-09-11cmdline parsing of --ipv4/6 plucked into utilCoren[m]
2013-09-10tox.*, DHT.*:Coren[m]
- return to the caller if the string could be resolved into an IP other/DHT_bootstrap.c, testing/*_test.c, testing/nTox.c: - parse cmdline for --ipv4/--ipv6 switch to allow user a choice util.h: - proper old-style C-comment
2013-09-10big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6Coren[m]
2013-09-09network.h:Coren[m]
- IP: add in_addr_t as part of the union - IP: rename IP to IP4
2013-09-06Allow to build vs nacl instead of libsodiumJin^eLD
By default libsodium is used. Only if --enable-nacl is specified, then nacl will be used instead of libsodium. Pass locations of nacl headers and libraries by using the following options: --with-nacl-headers=/home/me/somewhere/nacl-20110221/build/469/include/amd64/ --with-nacl-libs=/home/me/somewhere/nacl-20110221/build/469/lib/amd64/
2013-08-30Fixed build errors.Kostya
2013-08-24Rename core directory because of autoconf name clashjin-eld
While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory.
2013-08-20astyle --options=tools/astylerc -r ./*.{c,h}irungentoo
2013-08-20Lossless UDP tests fixed.irungentoo
2013-08-16Passed everything through astyle.irungentoo
2013-08-10tabs -> spacesslvr
2013-08-10network_registerhandlerslvr
2013-08-09Fix a recurring typo in code and comments.Christian Brueffer
2013-08-01added required linker flag to 'compile with' remarkWilliam Culver
2013-07-30Add missing newlines at EOF in sourcesDmitry Marakasov
(missing newlines break build due to -Werror)
2013-07-26A *lot* of style changes.Konstantin Kowalski
2013-07-26Formatting.SilentSand
Many stylistic changes, mostly formatting code more closely to the coding style.
2013-07-25LicensingSilentSand
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files.
2013-07-16Lossless UDP tests fixed.irungentoo
2013-07-08Spelling mistakes fixed.irungentoo
2013-06-30Updated Lossless UDP.irungentoo
2013-06-29Lossless UDP now works.irungentoo
The testclient and testserver simulate a packet loss of 33%. The only thing left to do in lossless UDP is the flow control (automatic adjustment of the data send rate) which is only needed to transfer large amounts of data.
2013-06-28Test programs updated. (I'm gonna wait until I finish Lossless_UDP before ↵irungentoo
pushing it.)
2013-06-28Couple fixes.irungentoo
2013-06-27Added current work on Lossless_UDP (Not done do not test it yet)irungentoo
Lossless_UDP code is probably filled with problems right now. this is normal.
2013-06-27Programs to test Lossless UDP done.irungentoo