packet buffer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jake Hillion 2021-01-23 18:41:11 +00:00
parent 1e0bda09f4
commit f90d65b11e

View File

@ -14,7 +14,7 @@ import (
)
func (c Configuration) Build() (*proxy.Proxy, error) {
p := proxy.NewProxy(0)
p := proxy.NewProxy(32)
var g func() proxy.MacGenerator
var v func() proxy.MacVerifier