Use a smarter algorithm for choosing MTU discovery probe sizes.
[tinc] / src / net_packet.c
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.
2014-12-07 Guus SliepenAvoid memmove() for legacy UDP packets.
2014-12-07 Guus SliepenLog an error message with the node's name when receivin...
2014-12-03 Guus SliepenFix compiler warnings.
2014-10-04 Etienne DechampsMake sure to discover MTU with relays.
2014-10-04 Etienne DechampsAdd UDP datagram relay support to SPTPS.
2014-10-04 Etienne DechampsPrepend source node ID information to UDP datagrams.
2014-10-04 Etienne DechampsChange vpn_packet_t::seqno from uint32_t to uint8_t[4].
2014-09-27 Etienne DechampsFix protocol version check for type 2 MTU probe replies.
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
2014-07-12 Guus SliepenMerge branch 'tincstart' of https://github.com/dechamps...
2014-07-12 Guus SliepenMerge branch 'ctrl' of https://github.com/dechamps...
2014-07-12 Guus SliepenMerge branch 'winwarnings' of https://github.com/decham...
2014-07-12 Etienne DechampsOnly declare the origpriority variable if we support...
2014-07-12 Etienne DechampsRemove redundant connection_t::status.active field.
2014-07-12 Etienne DechampsDon't initialize outpkt to an unused value.
2014-07-12 Etienne DechampsHandle the "no local address" case in send_sptps_data().
2014-06-29 Etienne DechampsEnable LocalDiscovery by default.
2014-06-29 Etienne DechampsRemove broadcast-based local discovery mechanism.
2014-06-29 Etienne DechampsUse edge local addresses for local discovery.
2014-06-26 Etienne DechampsFix errno references when handling socket errors.
2014-05-18 Guus SliepenAllow Cipher and Digest "none".
2014-05-12 Guus SliepenFix PMTU discovery via datagram SPTPS.
2013-11-21 Guus SliepenMake LocalDiscovery work for SPTPS packets.
2013-08-23 Guus SliepenUse PATHEXT when checking for the presence of scripts...
2013-08-08 Guus SliepenDon't echo broadcast packets back when Broadcast =...
2013-07-24 Guus SliepenFix compression when using the SPTPS protocol.
2013-07-22 Etienne DechampsFurther improve bandwidth estimation for type 2 MTU...
2013-07-22 Etienne DechampsIntroduce lightweight PMTU probe replies.
2013-05-31 Guus SliepenAdd the LocalDiscoveryAddress option.
2013-05-18 Guus SliepenSend a new key when we receive packets from a node...
2013-05-10 Guus SliepenFix warnings for functions marked __attribute((warn_unu...
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-04-22 Guus SliepenDrop packets forwarded via TCP if they are too big...
2013-03-08 Guus SliepenAvoid calling time(NULL).
2013-01-31 Guus SliepenRemove direct inclusion of OpenSSL headers in net_packe...
2013-01-31 Guus SliepenDetect increases in PMTU.
2013-01-20 Guus SliepenReleasing 1.1pre5. release-1.1pre5
2013-01-16 Guus SliepenEstimate RTT, bandwidth and packet loss between nodes.
2013-01-15 Guus SliepenCount the number of correctly received UDP packets.
2012-12-05 Guus SliepenFix compiler warnings on OpenBSD.
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-11-19 Guus SliepenEnsure MTU probe replies are sent back the same way...
2012-11-19 Guus SliepenImprove UDP address selection.
2012-11-17 Guus SliepenTry all known addresses of node during PMTU discovery...
2012-11-13 Guus SliepenSend broadcast packets using a random socket, and prope...
2012-11-13 Guus SliepenDon't take the address of a variable whose scope is...
2012-10-21 Guus SliepenSlightly randomize all timeouts.
2012-10-14 Guus SliepenOnly log success of initial datagram SPTPS handshake.
2012-10-14 Guus SliepenFix handling of initial datagram SPTPS packet.
2012-10-10 Guus SliepenFix whitespace.
2012-10-10 Guus SliepenTry all known addresses of node during the PMTU discove...
2012-10-09 Guus SliepenRemove unused variables, fix some #includes.
2012-10-07 Guus SliepenC99 extravaganza.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-10-07 Guus SliepenHandle packets encrypted via SPTPS that need to be...
2012-10-07 Guus SliepenMake datagram SPTPS key exchange more robust.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-26 Guus SliepenKeep last known address and time since reachability...
2012-09-05 Guus SliepenReplace node_udp_tree with a hash table.
2012-08-30 Guus SliepenProperly handle SPTPS packets with stripped Ethernet...
2012-08-02 Guus SliepenOptionally compress and/or strip Ethernet header from...
2012-07-31 Guus SliepenUse a status bit to track which nodes use SPTPS.
2012-07-31 Guus SliepenHandle SPTPS datagrams in try_mac().
2012-07-30 Guus SliepenUse datagram SPTPS for packet exchange between nodes.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-21 Guus SliepenMake sure tinc compiles on Windows.
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-06-25 Guus SliepenFix crash when using Broadcast = direct.
2012-04-15 Guus SliepenAllow broadcast packets to be sent directly instead...
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-10 Guus SliepenUpdate copyright notices.
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-02 Guus SliepenOnly log errors sending UDP packets when debug level...
2012-02-26 Guus SliepenAllow log messages to be captured by tincctl.
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenOnly use broadcast at the start of the PMTU discovery...
next