www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [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



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: -------
Jul 06 2013