Method
Shutdown
Source from the content-addressed store, hash-verified
| 51 | } |
| 52 | |
| 53 | void Connection::Shutdown() |
| 54 | { |
| 55 | if (!m_socket) |
| 56 | return; |
| 57 | |
| 58 | m_socket->Close(); |
| 59 | } |
| 60 | |
| 61 | bool Connection::Send(boost::circular_buffer<DataPoint> const & points) |
| 62 | { |