Home
last modified time | relevance | path

Searched refs:ToS (Results 1 – 5 of 5) sorted by relevance

/external/libwebsockets/lib/secure-streams/
DREADME.md441 IP packet ToS priority for the streamtype by using this.
447 this sets the ToS "low delay" flag on packets from this streamtype.
453 this sets the ToS "high throughput" flag on packets from this streamtype.
458 from this streamtype where possible. For IP packets, this sets the ToS "high
465 a choice. For IP packets, this sets the ToS "low cost" flag on packets from
/external/python/cpython3/Misc/NEWS.d/
D3.10.0b4.rst274 It's now possible to receive the type of service (ToS), a.k.a.
/external/clang/lib/AST/
DASTImporter.cpp6217 Stmt *ToS = Importer.Visit(FromS); in Import() local
6218 if (!ToS) in Import()
6222 ImportedStmts[FromS] = ToS; in Import()
6223 return ToS; in Import()
/external/iperf3/
DRELNOTES.md145 * The ToS byte is now exposed in the libiperf API. (#719)
/external/python/cpython3/Doc/whatsnew/
D3.10.rst1329 Add ``IP_RECVTOS`` option to receive the type of service (ToS) or DSCP/ECN fields