vibe-d / eventcore

High performance proactor event loop abstraction library
MIT License
60 stars 42 forks source link

code duplication within version block below. #160

Closed ArjanKn closed 3 years ago

ArjanKn commented 4 years ago

https://github.com/vibe-d/eventcore/blob/5cb6ff7dd33def973740cc5cbf14a3c3bd31c028/source/eventcore/drivers/posix/sockets.d#L230

https://github.com/vibe-d/eventcore/blob/5cb6ff7dd33def973740cc5cbf14a3c3bd31c028/source/eventcore/drivers/posix/sockets.d#L237

drug007 commented 3 years ago

Could you elaborate that? SO_REUSEADDRR and SO_REUSEPORT are different options

ArjanKn commented 3 years ago

I see.. Probably I did not red the code carefully enough back then.