mirror of https://github.com/grpc/grpc.git
[EventEngine] Set DSCP on listener socket (#35983)
Prepare the listener socket with the configured DSCP value to mark outgoing packets correctly.
This is already done correctly for clients.
During implementation and delivery of the DSCP feature both experiments `event_engine_listener` and `event_engine_client` were default `OFF`. Unfortunately the `event_engine_listener` experiment was not enabled correctly during verification, which resulted in that the working `iomgr` codepath was used instead.
This PR adds the missing action which I now have verified correctly.
Fixes #35954
Closes #35983
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35983 from Nordix:fix-dscp 72969db88e
PiperOrigin-RevId: 609770886
pull/35976/head
parent
3d32d7a15d
commit
1ad14040ef
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue