Gleb Smirnoff 70d07b2089 tests/unix_dgram: add test for event dispatchers
Put some data into a socket and check that:

o select(2) sees readable data
o kevent(2) sees data, and correctly sees data size
o ioctl(FIONREAD) sees correct size
o aio(4) successfully reads the data

Repeat the test twice for a connected socket and not-connected.  With
future implementation these two cases would exercise different code.
2022-06-03 12:55:44 -07:00
..
2022-05-05 14:38:08 -04:00
2022-05-06 13:55:08 +02:00
2022-05-30 10:53:33 +00:00
2022-02-21 09:43:42 -06:00
2021-08-18 13:41:33 -04:00
2022-01-19 12:43:51 -07:00