Photon Fusion 2.1.1

NetConfigNotify Struct Reference

Represents the configuration for network notifications. More...

Public Attributes

int AckForceCount
 The count of forced acknowledgments.
double AckForceTimeout
 The timeout for forced acknowledgments.
int AckMaskBytes
 The number of bytes used for acknowledgment masks.
int SequenceBytes
 The number of bytes used for sequences.
int WindowSize
 The size of the window.

Properties

readonly int AckMaskBits [get]
 Gets the number of bits used for acknowledgment masks.
static NetConfigNotify Defaults [get]
 Gets the default configuration for network notifications.
readonly int SequenceBounds [get]
 Gets the sequence bounds, calculated as WindowSize * 16.

Detailed Description

Represents the configuration for network notifications.