修改serial query的没有更新情况下的pdu

This commit is contained in:
xiuting.xu 2026-05-09 14:49:21 +08:00
parent 84866c1d86
commit b79e25ffea

View File

@ -786,10 +786,11 @@ where
} }
SerialResult::UpToDate => { SerialResult::UpToDate => {
self.write_cache_response(current_session).await?;
self.write_end_of_data(current_session, current_serial, timing) self.write_end_of_data(current_session, current_serial, timing)
.await?; .await?;
debug!( debug!(
"RTR session replied EndOfData (up-to-date) to Serial Query: client_session_id={}, client_serial={}, response_session_id={}, response_serial={}, state={}, negotiated_version={:?}", "RTR session replied CacheResponse+EndOfData (up-to-date) to Serial Query: client_session_id={}, client_serial={}, response_session_id={}, response_serial={}, state={}, negotiated_version={:?}",
client_session, client_session,
client_serial, client_serial,
current_session, current_session,