aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_protocol.h
Commit message (Collapse)AuthorAge
* - dead codeBart Polot2013-07-23
|
* - major refactoring, implement bi-directional keepalives, retransmit initial ↵Bart Polot2013-07-19
| | | | messages when lost
* - 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 ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x
* Added TTL and packet ID to multicast packets, to avoid eternal ↵Bart Polot2011-11-10
| | | | retransmission and packet duplication on trees with loops/mutliple paths respectively.
* 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 ↵Bart Polot2011-05-05
HACKING file