Whether shutdown write of the socket after this write complete.
| 327 | |
| 328 | // Whether shutdown write of the socket after this write complete. |
| 329 | bool need_shutdown_write() const { |
| 330 | return _socket_and_control_bits.extra() & (uint16_t)1; |
| 331 | } |
| 332 | |
| 333 | Socket* get_socket() const { |
| 334 | return _socket_and_control_bits.get(); |