chiark / gitweb /
timereader: New module - does not work properly yet
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 May 2021 18:52:16 +0000 (19:52 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 17 May 2021 10:06:31 +0000 (11:06 +0100)
commit0b5b98c50b72fbb435985558022c68591c1cf38e
treeafdd0d1ffb705dca17db795c5f2be80f5586ecb2
parente9d5bd62eebd83770fac562eaac12fbc0ba5aa64
timereader: New module - does not work properly yet

At first I tried doing this by a contraption which would dup2
/dev/null over the socket, but it turns out that (with Linux on my
laptop at least) this doesn't interrupt recvfrom in another thread.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock
Cargo.toml
src/lib.rs
src/prelude.rs
src/timedread.rs [new file with mode: 0644]