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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Vladimir Panteleev <[email protected]> 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: -------