Description
I didn't see any way of setting the Traffic Class of an underlying socket in 5.0.
Would it be possible to expose this as a setting on IOReactorConfig similar to setTcpNoDelay or setSoTimeout?
I know this would be more flexible to be able to set this per connection, but for our use case, we have different services within our network and we'd like to be able to classify and manage the traffic of each service at a network level so that flexibility isn't a requirement.
If you have suggestions on the approach, I'd be happy to open a PR.