|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
DiffServ QoS marking (RFC 2474) - the two server-wide DSCP defaults. More...
#include "diffserv.h"Go to the source code of this file.
DiffServ QoS marking (RFC 2474) - the two server-wide DSCP defaults.
Owns the default DSCP applied to outbound TCP connections and the default for UDP datagrams. The per-listener override (pc_listen_set_dscp) lives in listener.cpp and the per-connection setter (pc_conn_set_dscp) in tcp.cpp - each next to the pcb pool it touches - but both read these defaults.
Definition in file diffserv.cpp.