[Issue 10554] New: Remove size restriction from std.socket.SocketSet

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 6 03:35:26 PDT 2013


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 at puremagic.com
        ReportedBy: thecybershadow at gmail.com


--- Comment #0 from Vladimir Panteleev <thecybershadow at 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: -------


More information about the Digitalmars-d-bugs mailing list