Commit Graph

17 Commits

Author SHA1 Message Date
babic_a 0c5c1549d0 Move bind to end of socket 2020-05-15 14:45:10 +02:00
babic_a 62c390ad13 Fix const correctness 2020-05-11 17:52:42 +02:00
babic_a 4c0894b602 Rewrite UdpReceiver line to fit in line width 2020-05-11 17:50:00 +02:00
babic_a be0425fbfe C++ style settings 2020-05-11 17:38:06 +02:00
babic_a cb0d65bd3b Remove additional imports 2020-05-11 17:34:17 +02:00
babic_a e15b285a3e Cleanup settings in UdpReceiver 2020-05-11 17:32:49 +02:00
babic_a 0ca06b8e7a Remove all DEBUG_OUTPUT references
It turnes out it is not as useful as in the writer project.
2020-05-11 13:52:29 +02:00
babic_a ac245fe638 Comment out future TODO 2020-05-04 18:41:02 +02:00
babic_a 6f766746d6 Thread fine-tuning 2020-05-04 18:37:41 +02:00
babic_a 11b5bde2dc Yield instead of sleep in case of no msg 2020-05-04 18:06:13 +02:00
babic_a 02acff7e59 Short refactoring of UDP Receiver 2020-04-29 17:40:09 +02:00
babic_a 6949fe28fb Move UDP recv parameter to core-buffer 2020-04-29 17:34:26 +02:00
babic_a 4488c51a83 Remove dont wait from multimsg recv 2020-04-17 17:09:11 +02:00
babic_a 2ab7c6b19e Remove setting the RCVBUF 2020-04-17 17:02:03 +02:00
babic_a 58407c28f8 Add multi recv to UdpReceiver 2020-04-17 15:59:21 +02:00
babic_a ced9435d6e Add rcvbuf size to socket 2020-04-17 14:50:44 +02:00
babic_a f7dc2be75f Make core-buffer folder with all common stuff used in the buffer 2020-04-17 09:51:16 +02:00