The file descriptor
| 421 | |
| 422 | // The file descriptor |
| 423 | int fd() const { return _fd.load(butil::memory_order_relaxed); } |
| 424 | |
| 425 | // ip/port of the local end of the connection |
| 426 | butil::EndPoint local_side() const { return _local_side; } |
no test coverage detected