| 250 | } |
| 251 | |
| 252 | int crypto_receive_buffer::pos() const |
| 253 | { |
| 254 | if (m_recv_pos == INT_MAX) |
| 255 | return m_connection_buffer.pos(); |
| 256 | else |
| 257 | return m_recv_pos; |
| 258 | } |
| 259 | |
| 260 | void crypto_receive_buffer::cut(int size, int packet_size, int offset) |
| 261 | { |
no outgoing calls