Preallocate buffers so we don't explode limit

This commit is contained in:
Jason A. Donenfeld 2018-09-17 00:40:09 +02:00
parent ffd392a526
commit 059ccea40a
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ var tunnelHandles map[int32]*Device
func init() {
versionString = C.CString(WireGuardGoVersion)
preallocatedBuffers = 64
roamingDisabled = true
tunnelHandles = make(map[int32]*Device)
signals := make(chan os.Signal)