aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_protocol.h
Commit message (Expand)AuthorAge
* - rename 256 bit mesh hash typeBart Polot2014-04-07
* - replace all HashCodes with short MeshHashes in Mesh messagesBart Polot2014-03-10
* - remove unneccessary reserved fieldsBart Polot2014-03-06
* Move mesh connection keepalive messages inside tunnel encryption to reduce in...Bart Polot2014-03-06
* - docBart Polot2014-01-30
* Use encrypted MESH by defaultBart Polot2013-11-14
* -remove trailing whitespaceChristian Grothoff2013-10-06
* - dead codeBart Polot2013-07-23
* - major refactoring, implement bi-directional keepalives, retransmit initial ...Bart Polot2013-07-19
* - change MID to 32bits, allow overflow (fixes lost packet 0)Bart Polot2013-07-15
* - use fitting data typeBart Polot2013-07-15
* - use message ID for end-to-end ACKsBart Polot2013-07-13
* - don't use deltas, send last PID in POLL message insteadBart Polot2013-07-10
* Added mesh reliable tunnelsBart Polot2013-07-08
* Replace mesh with new versionBart Polot2013-06-28
* - fix #2580Bart Polot2012-10-05
* - New mesh messageBart Polot2012-10-04
* Added explicit keepalive to meshBart Polot2012-09-07
* - wip bck ackBart Polot2012-08-09
* - typoBart Polot2012-08-08
* - ack functionBart Polot2012-07-23
* - message format for flow control infoBart Polot2012-07-23
* - use configuration file, use statistics, bugfixes, doxygenBart Polot2012-07-23
* - fixes, new messageBart Polot2012-07-20
* - add packet ID to both multicast and unicastBart Polot2012-07-20
* - partial change, broken build system on laptopBart Polot2012-07-20
* - move mesh regex block code to a libBart Polot2012-06-27
* fixing 2012: network structure alignment now forced to be correct even on W32...Christian Grothoff2011-12-21
* Added TTL and packet ID to multicast packets, to avoid eternal retransmission...Bart Polot2011-11-10
* curly wars / auto-indentationChristian Grothoff2011-11-04
* Added connection broken p2p notificationsBart Polot2011-10-24
* WiPBart Polot2011-10-18
* indentBart Polot2011-08-30
* indentationChristian Grothoff2011-08-15
* Change client <-> service trafficBart Polot2011-08-05
* Added handler for Path ACK messagesBart Polot2011-08-04
* Added real ACK for path acknowledgementBart Polot2011-08-03
* WiPBart Polot2011-06-22
* Changed PeerInfo / Path structureBart Polot2011-06-15
* WiPBart Polot2011-05-12
* Separated structs used in network protocol into new file, as recommended in H...Bart Polot2011-05-05