1. Which fields in `NDIS_QUIC_CONNECTION` uniquely identify a connection? `UdpPort` , `ConnectionIdLength`, and `ConnectionId`? What about `Address`? 2. What assumptions can various layers of the stack make about uniqueness? Can NIC drivers assume there will be no duplicate connections?
NDIS_QUIC_CONNECTIONuniquely identify a connection?UdpPort,ConnectionIdLength, andConnectionId? What aboutAddress?