how to use raw sockets

Jonathan M Davis jmdavisProg at gmx.com
Sun Mar 4 12:26:27 PST 2012


On Sunday, March 04, 2012 18:10:57 maarten van damme wrote:
> and why on earth is timeval declared in std.socket instead of std.time?

std.socket is an old module and predates all of Phobos' current time stuff. It 
should probably use a core.time.Duration, but it hasn't been changed to do 
that.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list