Get the option: send buffer limit
| 102 | size_t option_receive_buffer_size() const; |
| 103 | //! Get the option: send buffer limit |
| 104 | size_t option_send_buffer_limit() const { return _send_buffer_limit; } |
| 105 | //! Get the option: send buffer size |
| 106 | size_t option_send_buffer_size() const; |
| 107 |
nothing calls this directly
no outgoing calls
no test coverage detected