Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.0.0
Description
"There were fast path(s) in the SocketXXX code when used with a kernel
non-native BSD-TCP stack on certain platforms. In the current "cleansed"
code base this is no longer applicable/supported." - George Paul
Remove SocketManager::fast_close and change all uses to SocketManager::close.
Remove obsolete argument from SocketManager::close.