llarp::util::NonBlocking
sets nonblocking on a FD.
#include <non_blocking.hpp>
Public Functions
| Name | |
|---|---|
| NonBlocking(const FD & fd) | |
| int | old_flags() const get the flags this FD started with. |
| NonBlocking(const NonBlocking & ) =delete | |
| NonBlocking(NonBlocking && ) =delete |
Public Functions Documentation
function NonBlocking
explicit NonBlocking(
const FD & fd
)
function old_flags
int old_flags() const
get the flags this FD started with.
function NonBlocking
NonBlocking(
const NonBlocking &
) =delete
function NonBlocking
NonBlocking(
NonBlocking &&
) =delete
Updated on 2026-01-10 at 22:49:45 +0000