add statistics for packets dropped by cadet due to full buffer
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet-new_paths.c
2017-01-27 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-01-27 Christian Grothoffimplement tie-breaking in case both peers establish...
2017-01-27 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-01-26 Christian Grothoffuse 'futures' bitfield in ACKs properly, revisit unbuff...
2017-01-25 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-01-25 Christian Grothoffmake new cadet implementation the default: all tests...
2017-01-23 Christian Grothofftowards path desirability calculations
2017-01-22 Christian Grothofffix off-by-one
2017-01-22 Christian Grothoffreally fully create path objects before calling even...
2017-01-22 Christian Grothoffmisc bugfixes
2017-01-22 Christian Grothoffinitialize new path fully before trying to attach it
2017-01-22 Christian Grothofffix shutdown logic
2017-01-22 Christian Grothoffnicer logging
2017-01-22 Christian Grothoffmust not move location of -struct CadetPeerPathEntry...
2017-01-22 Christian Grothofffix a few off-by-ones
2017-01-22 Christian Grothoffmake GCPP_2s also return static string
2017-01-22 Christian Grothoffimproving logging
2017-01-21 Christian Grothoffimplement get_path_from_route
2017-01-21 Christian Grothoffmore LOG macros
2017-01-19 Christian Grothoffmuch work on connection/route/peer-level queue management
2017-01-18 Christian Grothoffcreate matching connection objects for inbound connections
2017-01-16 Christian Grothofffinish logic to maintain paths
2017-01-16 Christian Grothoffmore work on peers, paths and tunnels
2017-01-16 Christian Grothoffmore work on peer and paths structures
2017-01-16 Christian Grothoffdesign CadetPeerPathEntry data structure
2017-01-15 Christian Grothoffstarting re-implementation of CADET service