0
0
Fork 0
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:
Jason Volk 2019-04-22 12:13:34 -07:00
parent e0b4dc4450
commit 4c44738dc3

View file

@ -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)