Andriy Tkachuk

Results 7 issues of Andriy Tkachuk

Fix build errors on Ubuntu 22.04 / linux kernel 5.15: ``` $ make make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.15.0-25-generic/build M=/home/ant/rtl8812au modules make[1]: Entering directory '/usr/src/linux-headers-5.15.0-25-generic' CC [M] /home/ant/rtl8812au/core/rtw_cmd.o /home/ant/rtl8812au/core/rtw_cmd.c: In function...

From the https://github.com/haskell-distributed/network-transport-tcp/commit/3855e91dcad7381f6626fc47adb8f4c9c60d5279: > Simply doing > > thingToSend send thingToSend > > is not good enough, because now if we have to threads doing the above the sends may...

Closing the socket on probing timeout ([code](https://github.com/haskell-distributed/network-transport-tcp/blob/d58250e2388b86a1865ac4139373cbdc106e72e1/src/Network/Transport/TCP.hs#L1121)) may not take any effect on the thread handling the incoming messages (as it is supposed) and, as result, the connection gets stuck...

When an established connection is breaking for some reason (because the TCP Ack does not come within the TCP User Timeout, for example) re-establishing the connection is bound by the...

From the https://github.com/haskell-distributed/network-transport-tcp/commit/3855e91dcad7381f6626fc47adb8f4c9c60d5279: > Simply doing > > thingToSend send thingToSend > > is not good enough, because now if we have to threads doing the above the sends may...

network-transport-tcp

Closing the socket on probing timeout ([code](https://github.com/haskell-distributed/network-transport-tcp/blob/d58250e2388b86a1865ac4139373cbdc106e72e1/src/Network/Transport/TCP.hs#L1121)) may not take any effect on the thread handling the incoming messages (as it is supposed) and, as result, the connection gets stuck...

network-transport-tcp

When an established connection is breaking for some reason (because the TCP Ack does not come within the TCP User Timeout, for example) re-establishing the connection is bound by the...

network-transport-tcp