ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
diffserv.cpp File Reference

DiffServ QoS marking (RFC 2474) - the two server-wide DSCP defaults. More...

#include "diffserv.h"

Go to the source code of this file.

Detailed Description

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.