Fix DoChannelOpenConf

pull/920/head
Yosuke Shimizu 2026-04-15 16:58:56 +09:00
parent 9c8b4e8a2c
commit e72022acc0
1 changed files with 2 additions and 0 deletions

View File

@ -8816,6 +8816,8 @@ static int DoChannelOpenConf(WOLFSSH* ssh,
ret = GetUint32(&peerMaxPacketSz, buf, len, &begin);
if (ret == WS_SUCCESS) {
*idx = begin;
WLOG(WS_LOG_INFO, " channelId = %u", channelId);
WLOG(WS_LOG_INFO, " peerChannelId = %u", peerChannelId);
WLOG(WS_LOG_INFO, " peerInitialWindowSz = %u", peerInitialWindowSz);