You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| QTIP | uint8_t | QTIPEnabled | 0 (FALSE) | Enable QTIP. XDP must be used. Clients will only send/recv QTIP xor UDP traffic, listeners accept both. [More info](./QTIP.md)|
70
+
| Server Initiated Migration | uint8_t | ServerMigrationEnabled | 0 (FALSE) | Enable Server Initiated Migration. |
71
+
| ADD_ADDRESS handling mode | uint8_t | AddAddressMode | 0 (AUTO) | Control handling of ADD_ADDRESS Frame |
72
+
| IgnoreUnreachable | uint8_t | IgnoreUnreachable | 0 (FALSE) | Ignore Unreachable during the Handshake |
70
73
71
74
The types map to registry types as follows:
72
75
-`uint64_t` is a `REG_QWORD`.
@@ -207,6 +210,15 @@ These parameters are accessed by calling [GetParam](./api/GetParam.md) or [SetPa
207
210
|`QUIC_PARAM_CONN_SEND_DSCP` <br> 25 | uint8_t | Both | The DiffServ Code Point put in the DiffServ field (formerly TypeOfService/TrafficClass) on packets sent from this connection. |
0 commit comments