mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-11 23:56:45 +08:00
expand tcp cahce size
This commit is contained in:
@@ -18,9 +18,9 @@ type QueryPiece interface {
|
||||
|
||||
// MysqlQueryPiece 查询信息
|
||||
type MysqlQueryPiece struct {
|
||||
SessionID *string `json:"-"`
|
||||
ClientHost *string `json:"cip"`
|
||||
ClientPort int `json:"cport"`
|
||||
SessionID *string `json:"cid"`
|
||||
ClientHost *string `json:"-"`
|
||||
ClientPort int `json:"-"`
|
||||
SyncSend bool `json:"-"`
|
||||
ServerIP *string `json:"sip"`
|
||||
ServerPort int `json:"sport"`
|
||||
|
Reference in New Issue
Block a user