← Back to index
|
Original Bugzilla link
Bug 667 – incorrect value for std.socket.SocketShutdown.BOTH
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D1 (retired)
Platform
x86
OS
Linux
Creation time
2006-12-09T05:39:00Z
Last change time
2014-02-15T13:29:11Z
Assigned to
bugzilla
Creator
thomas-dloop
Depends on
687
Comments
Comment #0
by thomas-dloop — 2006-12-09T05:39:00Z
# enum SocketShutdown: int # { # RECEIVE = SD_RECEIVE, /// socket receives are disallowed # SEND = SD_SEND, /// socket sends are disallowed # BOTH = SD_RECEIVE, /// both RECEIVE and SEND # } should be # enum SocketShutdown: int # { # RECEIVE = SD_RECEIVE, /// socket receives are disallowed # SEND = SD_SEND, /// socket sends are disallowed # BOTH = SD_BOTH /// both RECEIVE and SEND # }
Comment #1
by bugzilla — 2006-12-27T02:02:13Z
Fixed DMD 0.178