Projects STRLCPY dnstt Commits 9cdd7aad
🤬
  • ■ ■ ■ ■ ■ ■
    CHANGELOG
     1 +## v0.20200504.0
     2 + 
     3 +Documentation updates and link to web page.
     4 +https://www.bamsoftware.com/software/dnstt/
     5 + 
     6 + 
     7 +## v0.20200430.0
     8 + 
     9 +Send leftover packets (those that were too big to fit in the current DNS
     10 +response) to the correct client in the future. Before, such leftover
     11 +packets were included in the next response to be sent, regardless of the
     12 +client it was intended for.
     13 + 
     14 +Fix the loop that packs packets into responses in the server. Before, if
     15 +there were not a packet immediately available, the response would always
     16 +be empty. Now, a packet has until the response timeout to be included.
     17 + 
     18 +Buffer the DoT transport in the client so that length prefixes and DNS
     19 +queries happen in the same send.
     20 + 
     21 +Don't look for encoded packets in a response that was too short to
     22 +contain a ClientID.
     23 + 
     24 + 
     25 +## v0.20200426.0
     26 + 
     27 +Added the -mtu command-line option to the server.
     28 + 
     29 +Documentation fixes.
     30 + 
     31 + 
     32 +## v0.20200419.0
     33 + 
     34 +Initial public release and announcement.
     35 +https://github.com/net4people/bbs/issues/30
     36 + 
Please wait...
Page is in error, reload to recover