Latest changes

- Hide handshake implementation behind a set of function pointers
- Use monotonically increasing clock
- Make sure that retx delay is not larger than the max of 60 seconds
This commit is contained in:
Dmitri Tikhonov 2017-10-09 07:52:09 -04:00
parent 0fb9ea94ae
commit 83287402d5
13 changed files with 343 additions and 247 deletions

View file

@ -1,3 +1,9 @@
2017-10-09
- Hide handshake implementation behind a set of function pointers
- Use monotonically increasing clock
- Make sure that retx delay is not larger than the max of 60 seconds
2017-09-29
- A few fixes to code and README