Add ECT-1 for first UDP packet for L4S and fix DSCP
A means to measure network responsiveness and throughput
Brought to you by:
rjmcmahon
Several fixes:
1. Set the 1st UDP control packet also using ECT-1 to avoid it's congested at the network
2. Fix DSCP issue in non-Reverse mode, now both reverse and non-reverse mode will have the same DSCP value in UDP L4S data and UDP L4S ACK
3. UDP L4S Server now filters non UDP L4S packet (e.g., first UDP control packet) by checking new l4s_data_type field.
Commit is here.