aboutsummaryrefslogtreecommitdiff
path: root/protocol.c
Commit message (Collapse)AuthorAge
* Fixed latency calculation.Toni Uhlig2020-10-26
| | | | | | | | - replaced more __attribute__((warn_unused_result)) with WARN_UNUSED_RESULT - do not use remote last_p(i|o)ng_recv for latency calculation is that make no sense at all - static' some functions Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Finished timestamp refactoring.Toni Uhlig2020-10-26
| | | | | | | | | - adjusted -W* CFLAGS - replaced suseconds_t with uint32_t for nanoseconds extraction - fixed (now) invalid format specifiers - added WARN_UNUSED_RESULT macro usable to warn if a fn return value is unused Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* time/timestamp refactoringToni Uhlig2020-10-24
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* clang-formatToni Uhlig2020-07-21
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* added RECV_FATAL_CALLBACK_ERROR for callback specific failured, RECV_FATAL ↵Toni Uhlig2020-06-21
| | | | | | is for internal failures Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* fixed crash on muslToni Uhlig2020-06-19
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* * capture, prettify and print recv/sent bytesToni Uhlig2020-06-18
| | | | | | | * error and disconnect if server or client have different WINDOW_SIZE's * removed additional WINDOW_SIZE pre-processor checks which are not required anymore Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* switched header->body_size to a u32, means that one can encrypt/decrypt ↵lns2020-06-08
| | | | 4.2GB with only one header sent
* first public releaseToni Uhlig2020-05-22
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>