syntax = "proto3"; package Socket; message PB_KN_DetectSocket{ uint64 dwSendTickCount = 1; //发送时间 uint64 dwRecvTickCount = 2; //接收时间 };