July 06, 2013 [Issue 10554] New: Remove size restriction from std.socket.SocketSet | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10554 Summary: Remove size restriction from std.socket.SocketSet Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: pull Severity: enhancement Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: thecybershadow@gmail.com --- Comment #0 from Vladimir Panteleev <thecybershadow@gmail.com> 2013-07-06 13:35:24 EEST --- The fd_set type is declared on all structures to allow the user to create an instance with an arbitrary size. This should allow SocketSet to keep its own copy of a fd_set data which is resized as needed. https://github.com/D-Programming-Language/phobos/pull/1393 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation