const TcpFlags = { None: 0x0, Authenticated: 0x01 }; module.exports = TcpFlags;