Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CompressOptions

WebSocket compression options

Index

Enumeration members

DEDICATED_COMPRESSOR

DEDICATED_COMPRESSOR:

Sliding dedicated compress window, requires lots of memory per socket

DISABLED

DISABLED:

No compression (always a good idea)

SHARED_COMPRESSOR

SHARED_COMPRESSOR:

Zero memory overhead compression (recommended)

Generated using TypeDoc