
24 Feb
2012
24 Feb
'12
12:31 a.m.
On 24 February 2012 01:01, Joey Adams
On Wed, Feb 22, 2012 at 10:23 PM, Johan Tibell
wrote: But the network package doesn't try to let you work with raw file descriptors elsewhere (e.g. send and recv.) I'm not saying that functions on Fds aren't useful, they are, just that the network package is the wrong place for them. I'd put them in the unix package.
Putting them in the unix package means they won't be available for Windows (where I needed them the most).
what about unix-compat (and making that a dep of network)? Conrad.