MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / getOOBInline

Method getOOBInline

MonaBase/sources/Socket.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 void setOOBInline(Exception& ex, bool flag) { setOption(ex, SOL_SOCKET, SO_OOBINLINE, flag ? 1 : 0); }
47 bool getOOBInline(Exception& ex) const { return getOption(ex, SOL_SOCKET, SO_OOBINLINE) != 0; }
48
49 void setLinger(Exception& ex,bool on, int seconds) {
50 struct linger l;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected