Photon Fusion 2.0.3

Public Attributes | Properties | List of all members
NetConfigNotify Struct Reference

Represents the configuration for network notifications. More...

Public Attributes

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

Properties

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

Detailed Description

Represents the configuration for network notifications.

Member Data Documentation

◆ AckForceCount

int AckForceCount

The count of forced acknowledgments.

◆ AckForceTimeout

double AckForceTimeout

The timeout for forced acknowledgments.

◆ AckMaskBytes

int AckMaskBytes

The number of bytes used for acknowledgment masks.

◆ SequenceBytes

int SequenceBytes

The number of bytes used for sequences.

◆ WindowSize

int WindowSize

The size of the window.

Property Documentation

◆ AckMaskBits

int AckMaskBits
get

Gets the number of bits used for acknowledgment masks.

◆ Defaults

NetConfigNotify Defaults
staticget

Gets the default configuration for network notifications.

◆ SequenceBounds

int SequenceBounds
get

Gets the sequence bounds, calculated as WindowSize * 16.