Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[#3880] Doubled buffer size
  • Loading branch information
fxdupont committed Aug 29, 2025
commit 044aea3ce950be2187bfb66be203695ae0626df3
2 changes: 1 addition & 1 deletion src/hooks/d2/gss_tsig/tkey_exchange.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace {
// OutputBuffer objects are pre-allocated before data is written to them.
// This is a default number of bytes for the buffers we create within
// TKeyExchange class.
const size_t DEFAULT_BUFFER_SIZE = 4096;
const size_t DEFAULT_BUFFER_SIZE = 8192;

}

Expand Down