aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_protocol.h
Commit message (Collapse)AuthorAge
* 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