mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd::server: Increase tls buffer size.
This commit is contained in:
parent
e0b4dc4450
commit
4c44738dc3
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ ircd::server::interrupt_all()
|
|||
ircd::server::peer &
|
||||
ircd::server::get(const net::hostport &hostport)
|
||||
{
|
||||
thread_local char canonbuf[256];
|
||||
thread_local char canonbuf[512];
|
||||
const auto canonized
|
||||
{
|
||||
net::canonize(canonbuf, hostport)
|
||||
|
|
Loading…
Reference in a new issue