summaryrefslogtreecommitdiffstats
path: root/src/kernel/net.c
Commit message (Expand)AuthorAgeFilesLines
* prepared kernel module to have configurable number of connectionsFrederic Robra2019-09-041-13/+42
* sort the connection plan, locks the sending while changing connection,Frederic Robra2019-09-041-83/+127
* added support to requeue busy requestsFrederic Robra2019-09-031-10/+18
* splitted netFrederic Robra2019-08-291-598/+10Star
* optimized behaviour with failuresFrederic Robra2019-08-271-44/+79
* removed bug in timeout where look was not releasedFrederic Robra2019-08-271-9/+89
* moved mq part to new fileFrederic Robra2019-08-231-24/+34
* changed strategy to connect to diffrent socketsFrederic Robra2019-08-131-320/+122Star
* added todosFrederic Robra2019-08-111-2/+24
* added documentationFrederic Robra2019-07-301-27/+71
* added some documentationFrederic Robra2019-07-231-281/+560
* removed blocking codeFrederic Robra2019-07-231-95/+87Star
* added some comments and macrosFrederic Robra2019-07-171-2/+29
* fixed various bugsFrederic Robra2019-07-171-213/+263
* discovery now connects to new slotsFrederic Robra2019-07-161-19/+104
* added macros for debuggingFrederic Robra2019-07-161-125/+120Star
* device now errors if connection get closedFrederic Robra2019-07-141-56/+75
* splitted receiverFrederic Robra2019-07-141-204/+299
* added first draft of rtt measurementFrederic Robra2019-07-111-29/+203
* removed typedefsFrederic Robra2019-07-111-5/+5
* receiver workerFrederic Robra2019-07-111-113/+98Star
* added receive workerFrederic Robra2019-07-101-176/+314
* fixed bug in alternative serversFrederic Robra2019-07-101-3/+4
* updates list of alt serversFrederic Robra2019-07-091-32/+138
* moved cmd select image to send request methodFrederic Robra2019-07-091-116/+93Star
* added worker for keepalive and discoveryFrederic Robra2019-07-091-8/+8
* added first draft for keepalive and discoveryFrederic Robra2019-07-071-0/+528