File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -7141,18 +7141,6 @@ QuicConnParamSet(
71417141 } else {
71427142 QuicSendSetSendFlag (& Connection -> Send , QUIC_CONN_SEND_FLAG_PATH_BACKUP );
71437143 }
7144-
7145- QUIC_CONNECTION_EVENT Event ;
7146- Event .Type = QUIC_CONNECTION_EVENT_PATH_STATUS_CHANGED ;
7147- Event .PATH_STATUS_CHANGED .PeerAddress = & Path -> Route .RemoteAddress ;
7148- Event .PATH_STATUS_CHANGED .LocalAddress = & Path -> Route .LocalAddress ;
7149- Event .PATH_STATUS_CHANGED .PathId = Path -> PathID -> ID ;
7150- Event .PATH_STATUS_CHANGED .IsActive = Path -> IsActive ;
7151- QuicTraceLogConnVerbose (
7152- IndicatePathStatusChanged ,
7153- Connection ,
7154- "Indicating QUIC_CONNECTION_EVENT_PATH_STATUS_CHANGED" );
7155- (void )QuicConnIndicateEvent (Connection , & Event );
71567144 }
71577145 Status = QUIC_STATUS_SUCCESS ;
71587146 break ;
You can’t perform that action at this time.
0 commit comments