aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Expand)AuthorAge
* - use same options everywhereBart Polot2013-07-16
* - unchoke client after 64 messages hace been ACK'dBart Polot2013-07-15
* - debugBart Polot2013-07-15
* - off by oneBart Polot2013-07-15
* - change MID to 32bits, allow overflow (fixes lost packet 0)Bart Polot2013-07-15
* - debugBart Polot2013-07-15
* Refactored code to eliminate duplicates depending on FWD/BCK trafficBart Polot2013-07-15
* - fixedBart Polot2013-07-15
* - don't discriminate against unreliable tunnelsBart Polot2013-07-15
* - Poll whenever the queue is not emptyBart Polot2013-07-15
* - don't allow more than 64 messages in the input buffer of the ownerBart Polot2013-07-15
* - fix polling in the presence of lost dataBart Polot2013-07-15
* - use fitting data typeBart Polot2013-07-15
* Change get_info APIBart Polot2013-07-15
* - debigBart Polot2013-07-15
* - fix end-to-end stalling, update todoBart Polot2013-07-15
* - docBart Polot2013-07-15
* dont skip when mid > tragetBart Polot2013-07-13
* fixesBart Polot2013-07-13
* fixes. lunch breakBart Polot2013-07-13
* - use one tunnelnotification structBart Polot2013-07-13
* - bitfield does not loke NBOBart Polot2013-07-13
* - update status of client protocolBart Polot2013-07-13
* - initital implementation of bitfield ACK-ing of future messagesBart Polot2013-07-13
* - use enum, add out of order optionBart Polot2013-07-13
* - tweak timing, improve precessing of received messagesBart Polot2013-07-13
* - don't retransmit so eagerlyBart Polot2013-07-13
* - filter by typeBart Polot2013-07-13
* - separate hop and end ACK at destinationBart Polot2013-07-13
* - off by oneBart Polot2013-07-13
* - debugBart Polot2013-07-13
* - when injecting a retransmitted message in the queue, update its pid to the ...Bart Polot2013-07-13
* - fixesBart Polot2013-07-13
* - undo mix of pid and midBart Polot2013-07-13
* - fix unreliable unicastBart Polot2013-07-13
* - fix disconnecting of ghost clientsBart Polot2013-07-13
* - connect_notify is also called with NULL on server shutdownBart Polot2013-07-13
* Add context to a client immediately after connection. Otherwise calling SERVE...Bart Polot2013-07-13
* - use message ID for end-to-end ACKsBart Polot2013-07-13
* - limit retransmission buffer sizeBart Polot2013-07-12
* - don't retransmit a message if it's stil in the outgoing queueBart Polot2013-07-12
* - calculate round trip time of real message, not originalBart Polot2013-07-12
* - use correct ACK for nonreliable tunnelsBart Polot2013-07-12
* - use API change from r27944Bart Polot2013-07-12
* - fix segfault on errorBart Polot2013-07-11
* - adapt delay after each ACKBart Polot2013-07-11
* - fix use after freeBart Polot2013-07-11
* - fixed weird 'feature'Bart Polot2013-07-11
* Finishing mesh reliable:Bart Polot2013-07-11
* - more mess from retransmission of dataBart Polot2013-07-11