修改serial query的没有更新情况下的pdu
This commit is contained in:
parent
84866c1d86
commit
b79e25ffea
@ -786,10 +786,11 @@ where
|
||||
}
|
||||
|
||||
SerialResult::UpToDate => {
|
||||
self.write_cache_response(current_session).await?;
|
||||
self.write_end_of_data(current_session, current_serial, timing)
|
||||
.await?;
|
||||
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_serial,
|
||||
current_session,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user