Close the file descriptor of this Socket
| 46 | |
| 47 | /// Close the file descriptor of this Socket |
| 48 | virtual void closeFD() final { |
| 49 | SocketAttr::closeFD(); |
| 50 | _msg.clear(); |
| 51 | } |
| 52 | |
| 53 | // ===================================================================== |
| 54 | // -- Other member functions ------------------------------------------ |