BetaXOi
Results
2
comments of
BetaXOi
OK, i will try to add a new test case for timeout
I have rebased and add a test for timeout. But the test case has some problems: 1. The effective minimum timeout is `DIV_ROUND_UP (tv.tv_usec, (1000000 / HZ))` see https://github.com/torvalds/linux/blob/master/net/vmw_vsock/af_vsock.c#L1571 2....