Commit Graph

5 Commits

Author SHA1 Message Date
Nicholas Rishel c3b2188cbb Modified zerowrite to work using SOCK_SEQPACKET. SOCK_STREAM does not work
because zero length sends only makes sense for packets, not streams.
2020-06-16 16:17:40 -07:00
Keith Packard f2355a5633 Let tests pass more than one FD
Signed-off-by: Keith Packard <keithp@keithp.com>
2019-05-09 10:36:36 -07:00
Matthieu Herrb d4d31cd5f1 Add check for truncated control message
Signed-off-by: Keith Packard <keithp@keithp.com>
2012-10-07 12:06:00 -07:00
Keith Packard f24210f973 Simplify the basic example
Signed-off-by: Keith Packard <keithp@keithp.com>
2012-10-05 11:55:10 -07:00
Keith Packard 3cea43ccbe Split out I/O functions to separate file
Signed-off-by: Keith Packard <keithp@keithp.com>
2012-10-05 11:01:47 -07:00