bitflag enum TcpDisconnectLogRecordFlags

bitflag enum TcpDisconnectLogRecordFlags {
    Remote,
    Reset,
    KeepClient,
};