mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-11 00:06:11 +08:00
expand tcp cahce size
This commit is contained in:
@@ -71,7 +71,7 @@ func initEthernetHandlerFromPacpgo() (handler *pcapgo.EthernetHandle) {
|
||||
panic(err.Error())
|
||||
}
|
||||
|
||||
_ = handler.SetCaptureLength(65535)
|
||||
_ = handler.SetCaptureLength(1024*1024*5)
|
||||
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user