summaryrefslogtreecommitdiffstats
path: root/src/kernel/dnbd3.h
Commit message (Collapse)AuthorAgeFilesLines
* [KERNEL] Trying to get locking under controlSimon Rettberg2020-07-171-1/+0Star
| | | | | | Current code doesn't pay much attention to properly locking when accessing structures that are being used in multiple workers/threads. Try to fix this, slowly.
* removed bug when sending and at the same time socket closes downFrederic Robra2019-11-061-0/+1
|
* added commentsFrederic Robra2019-10-201-6/+3Star
|
* added client configuration for number connectionsFrederic Robra2019-09-171-3/+3
|
* removed initial server and removed replacement of alt serversFrederic Robra2019-09-041-2/+1Star
|
* prepared kernel module to have configurable number of connectionsFrederic Robra2019-09-041-9/+2Star
|
* sort the connection plan, locks the sending while changing connection,Frederic Robra2019-09-041-1/+1
| | | | discovery now takes place even if mq requests are received
* optimized behaviour with failuresFrederic Robra2019-08-271-27/+7Star
|
* removed bug in timeout where look was not releasedFrederic Robra2019-08-271-0/+1
|
* moved mq part to new fileFrederic Robra2019-08-231-7/+4Star
| | | | fixed various bugs
* changed strategy to connect to diffrent socketsFrederic Robra2019-08-131-1/+12
|
* added todosFrederic Robra2019-08-111-2/+8
|
* added documentationFrederic Robra2019-07-301-2/+15
|
* added some documentationFrederic Robra2019-07-231-25/+61
|
* removed blocking codeFrederic Robra2019-07-231-14/+64
| | | | added better macros for debugging
* added some comments and macrosFrederic Robra2019-07-171-13/+60
|
* fixed various bugsFrederic Robra2019-07-171-20/+47
|
* discovery now connects to new slotsFrederic Robra2019-07-161-2/+3
|
* added macros for debuggingFrederic Robra2019-07-161-0/+72
|
* device now errors if connection get closedFrederic Robra2019-07-141-5/+5
|
* splitted receiverFrederic Robra2019-07-141-1/+2
|
* added first draft of rtt measurementFrederic Robra2019-07-111-0/+1
|
* removed typedefsFrederic Robra2019-07-111-12/+12
|
* receiver workerFrederic Robra2019-07-111-22/+0Star
|
* added receive workerFrederic Robra2019-07-101-4/+6
|
* updates list of alt serversFrederic Robra2019-07-091-0/+1
|
* added worker for keepalive and discoveryFrederic Robra2019-07-091-1/+3
|
* added first draft for keepalive and discoveryFrederic Robra2019-07-071-9/+18
|
* added first support for connection with more than one serverFrederic Robra2019-07-051-20/+20
|
* fixed some errors with multi queueFrederic Robra2019-07-051-12/+9Star
|
* added send cmd to read from serverFrederic Robra2019-07-021-10/+14
|
* added code to connect to serverFrederic Robra2019-07-021-2/+3
|
* added mqFrederic Robra2019-06-291-2/+24
|
* first version of dnbd3-ngFrederic Robra2019-06-251-0/+86