Add override for DEFAULT_MAX_PACKET_SZ in stm32h563 port - #165
Conversation
…INDOW_SZ.
Fixes a build error due to tighter checks introduced in wolfSSH in
commit 050dee0fbff3 ("Bound channel maxPacketSz below the wire limit")
Signed-off-by: Nicola Vetrini <nicola.vetrini@bugseng.com>
6fdadbf to
d86e69c
Compare
|
Hi @etrian-dev, thank you for your contribution! Can you tell us more about your project and if you plan to submit any additional PR's? Since this is a small change we might treat as bug report and fix ourselves. See https://github.com/wolfSSL/wolfssh/blob/master/CONTRIBUTING.md for details. |
Hi @dgarske,I will do that; I may submit additional PRs if I notice some other build failures (I reported a transient one a couple of months ago). I double checked with my employer and it's ok for them. |
|
Off-line, @etrian-dev and I have agreed that this should be treated as a bug report. |
|
Seems like a384fee fixed this. Thus, the PR can be closed |
Commit wolfSSL/wolfssh@050dee0 added tighter checks on packet size, making compilation of the port fail with:
Compile-tested against the default configuration for the port