keep track of round trip times of UDP pings
[tinc] / src / net_packet.c
2018-06-13 volthkeep track of round trip times of UDP pings
2018-04-02 Guus SliepenReformat all code using astyle.
2018-02-18 Guus SliepenReduce memory allocations due to zlib's uncompress().
2018-02-17 Guus SliepenReformat all code using astyle.
2018-01-07 Etienne DechampsFix "use of GNU empty initializer extension" warning.
2018-01-07 Etienne DechampsFix "void function should not return void expression...
2018-01-06 Guus SliepenAdd a cache of recently seen addresses.
2018-01-06 Guus SliepenFix all spelling errors found by codespell.
2017-12-16 Guus SliepenAssume all IPPROTO_* macros exist.
2017-10-25 Todd C. MillerReplace remaining sizeof foo with sizeof(foo).
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-09-02 Guus SliepenEnsure packet priority is cleared when sending PMTU...
2017-07-27 Guus SliepenForward-port tinc 1.0's handling of device errors.
2016-07-26 Guus SliepenLog warnings about dropped packets only with debug...
2016-06-23 Guus SliepenFix warnings from the Clang static analyzer.
2016-05-12 thorkillSend PKT_PROBE only when handshake has been done already.
2016-04-23 Guus SliepenFix a compiler warning on Windows.
2016-04-15 Guus SliepenStop using SOL_TCP, SOL_IP and SOL_IPV6.
2016-04-15 Guus SliepenFix some compiler warnings from MinGW.
2016-04-10 Guus SliepenSupport ToS/DiffServ for IPv6 meta and UDP connections.
2016-01-17 Guus SliepenMerge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
2015-12-10 Guus SliepenUse static buffers for recvmmsg(), initialize them...
2015-12-10 Guus SliepenAdd support for recvmmsg().
2015-11-07 Etienne DechampsMake sure the packet source MAC address is always set.
2015-05-31 Guus SliepenFix missing return value caused by the previous commit.
2015-05-31 Etienne DechampsDon't try to relay packets to unreachable nodes.
2015-05-23 Etienne DechampsFix crashes when trying unreachable nodes.
2015-05-18 Etienne DechampsFix direct UDP communciation with pre-relaying 1.1...
2015-05-18 Etienne DechampsDon't parse node IDs if the sending node doesn't suppor...
2015-05-18 Etienne DechampsFix SPTPS condition in try_harder().
2015-05-17 Guus SliepenMerge remote-tracking branches 'dechamps/sptpsrestart...
2015-05-17 Etienne DechampsProactively restart the SPTPS tunnel if we get receive...
2015-05-17 Etienne DechampsPrevent SPTPS key regeneration packets from entering...
2015-05-14 Guus SliepenFix receiving UDP packets from tinc 1.0.x nodes.
2015-05-10 Etienne DechampsIntroduce raw TCP SPTPS packet transport.
2015-05-10 Etienne DechampsRename REQ_SPTPS to SPTPS_PACKET.
2015-05-10 Etienne DechampsExpose the raw SPTPS send interface from net_packet.
2015-05-10 Etienne DechampsUse the correct originator node when relaying SPTPS...
2015-05-10 Etienne DechampsWhen relaying, send probes to the destination, not...
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/wintapver' into 1.1
2015-04-12 Guus SliepenAlways call res_init() before getaddrinfo().
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/windevice' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/winmtu' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/fsckwin' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/staticfix' into 1.1
2015-03-15 Etienne DechampsIncrease the ReplayWindow default from 16 to 32.
2015-03-14 Etienne DechampsDon't send UDP probes past static relays.
2015-03-14 Etienne DechampsAdd MTU_INFO protocol message.
2015-03-14 Etienne DechampsAdd UDP_INFO protocol message.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-03-14 Guus SliepenMerge remote-tracking branch 'dechamps/sptpsabort'...
2015-03-08 Etienne DechampsFix UDP/MTU discovery in intermediate SPTPS UDP relays.
2015-03-08 Etienne DechampsFix dynamic UDP SPTPS relaying.
2015-02-17 xentecFix compile errors introduced in cfe9285adf391ab66faeb5...
2015-01-12 Guus SliepenImprove packet source detection.
2015-01-11 Guus SliepenSend gratuitous type 2 probe replies.
2015-01-11 Guus SliepenSend the size of the largest recently received packets...
2015-01-11 Guus SliepenMove UDP probe reply code into its own function.
2015-01-11 Guus SliepenKeep track of the largest UDP packet size received...
2015-01-11 Guus SliepenMove detection of PMTU decrease to try_mtu().
2015-01-11 Guus SliepenSend MTU probes only once every PingInterval.
2015-01-11 Guus SliepenRemove RTT and packet loss estimation code.
2015-01-11 Guus SliepenOnly send small packets during UDP probes.
2015-01-11 Guus SliepenAlways keep UDP mappings alive for nodes that also...
2015-01-10 Guus SliepenDon't send probe replies if we don't have the other...
2015-01-10 Guus SliepenProactively send our own key when we request another...
2015-01-10 Guus SliepenFix size of type 2 probe replies.
2015-01-10 Guus SliepenCorrectly estimate the initial MTU for legacy packets.
2015-01-10 Guus SliepenTry to clarify the new code in net_packet.c a bit.
2015-01-10 Guus SliepenRemember whether we sent our key to another node.
2015-01-04 Guus SliepenUse global "now" in try_udp() and try_mtu().
2015-01-03 Etienne DechampsUse a different UDP discovery interval if the tunnel...
2015-01-02 Etienne DechampsRecalculate and resend MTU probes if they are too large...
2015-01-02 Etienne DechampsFine-tune the MTU discovery multiplier for the maxmtu...
2015-01-02 Etienne DechampsAdd IP_MTU-based maxmtu estimation.
2015-01-02 Etienne DechampsDon't send MTU probes smaller than 512 bytes.
2015-01-02 Etienne DechampsAdjust MTU probe counts.
2015-01-02 Etienne DechampsUse a smarter algorithm for choosing MTU discovery...
2015-01-02 Etienne DechampsRemove bandwidth estimation code.
2015-01-02 Etienne DechampsSend one MTU probe at a time.
2015-01-02 Etienne DechampsUse -1 to identify the post-initial MTU discovery state.
2015-01-02 Etienne DechampsFix MTU as soon as possible.
2015-01-01 Etienne DechampsMove try_mtu() closer to try_tx().
2015-01-01 Etienne DechampsMove PMTU discovery code into the TX path.
2015-01-01 Etienne DechampsRemove PMTU discovery code redundant with UDP discovery.
2015-01-01 Etienne DechampsMove responsibility for local discovery to UDP discovery.
2015-01-01 Etienne DechampsAdd UDP discovery mechanism.
2015-01-01 Etienne DechampsMove try_sptps() closer to try_tx().
2015-01-01 Etienne DechampsAdd the try_tx() function.
2015-01-01 Etienne DechampsClarify the send_mtu_probe() function.
2014-12-29 Guus SliepenAllow tinc to be compiled without OpenSSL.
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-25 Etienne DechampsUse plain old PACKET for TCP packets sent directly...
2014-12-24 Guus SliepenAdd a variable offset to vpn_packet_t, drop sptps_packet_t.
2014-12-24 Guus SliepenUse void pointers for opaque data blobs in the SPTPS...
2014-12-14 Guus SliepenFix reception of SPTPS UDP packets.
2014-12-14 Guus SliepenFix segfault when receiving UDP packets with an unknown...
2014-12-08 Guus SliepenChanges that should have been in commit 46fa12e666badb7...
2014-12-08 Guus SliepenMake UDP packet handling more efficient.
next