summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/packet_queue.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#2527] added options 151-157 from RFC6926Razvan Becheriu2022-08-261-1/+1
* [#2423] release changesAndrei Pavel2022-05-231-1/+1
* [#562] document rate limitingAndrei Pavel2022-05-201-1/+0
* [#1308] removed boost/function.hpp and boost/bind.hppRazvan Becheriu2020-08-131-1/+0
* [#1098] adjusted code for releaseMichal Nowikowski2020-01-271-1/+1
* [#880] Addressed commentsFrancis Dupont2020-01-221-5/+0
* [880-libdhcp-vs-thread-sanitizer] Checkpoint: first point addressedFrancis Dupont2020-01-221-0/+5
* [914-move-to-c-11-thread-library-in-core-library-code] Upgraded thread/mutex ...Francis Dupont2019-09-201-2/+1
* [#278,!162] Corrected typos in the template argument name.Marcin Siodelski2018-12-101-1/+1
* [#278,!162] Addressed review commentsThomas Markwalder2018-12-101-1/+4
* [#278,!162] Added Congestion Handling to Developer's guideThomas Markwalder2018-12-071-1/+1
* [#278,!162] Minor simplification of PacketQueue<> interfaceThomas Markwalder2018-12-051-277/+6
* [#260,!120] Removed Mutexing from IfaceMgr, PacketQueue must now be thread-safeThomas Markwalder2018-11-201-2/+12
* [#42, !103] Addressed two review comments.Marcin Siodelski2018-11-081-1/+1
* [#42, !103] Additional review fixesThomas Markwalder2018-11-081-2/+4
* [#42,!103] Addressed majority of review commentsThomas Markwalder2018-11-081-15/+40
* [#42, !103] General clean upThomas Markwalder2018-11-061-40/+63
* [#42] Replaced use of QueueControl with ElementPtrThomas Markwalder2018-11-051-1/+0
* [#42] Implemented PacketQueueMgr classThomas Markwalder2018-11-051-48/+57
* [#42, !103] Interrim commit, kea-dhcp4 supports "queue-control"Thomas Markwalder2018-11-011-3/+47
* [#42,!103] Initial receiver thread and packet queuingThomas Markwalder2018-10-291-0/+300