setSendTimeout overloads
Declared in <folly/io/async/AsyncTransport.h>
Set the send timeout.
virtual
void
setSendTimeout(uint32_t milliseconds) = 0;
» more...
Set the send timeout on the wrapped transport.
virtual
void
setSendTimeout(uint32_t timeoutInMs) override;
» more...
| Name | Description |
|---|---|
| milliseconds | The timeout duration, in milliseconds. If 0, no timeout will be used. |
| timeoutInMs | Timeout in milliseconds, or 0 to disable. |