Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1974 (new enhancement)

Opened 14 years ago

Last modified 14 years ago

Add detach(bool) to Socket

Reported by: Marenz Assigned to: community
Priority: trivial Milestone: 1.0
Component: Tango Version: 0.99.9 Kai
Keywords: Socket Cc:

Description

I propose to add the method void detach(bool) to the Socket class. For a true-parameter it should prevent the instance to call detach on deallocation/destruction. That way, one can copy the Berkly struct and use it as she pleases (for example to upgrade a connection to SSL).

Change History

08/26/10 07:55:44 changed by mwarning

Could you make a patch?