FMTUFilter

OpenSSL BIO applied to SSL connection to enforce MTU for handshake packets

Windows
MacOS
Linux

References

Module

DTLSHandlerComponent

Header

/Engine/Plugins/Runtime/PacketHandlers/DTLSHandlerComponent/Source/Public/DTLSContext.h

Include

#include "DTLSContext.h"

Syntax

struct FMTUFilter

Remarks

OpenSSL BIO applied to SSL connection to enforce MTU for handshake packets

Variables

Name Description

Public variable

TArray< int32, ...

 

FragmentSizes

Functions

Name Description

Public function Static

int

 

Create

(
    BIO* BIOPtr
)

Public function Static

long

 

Ctrl

(
    BIO* BIOPtr,
    int CtrlCommand,
    long,
    void*
)

Public function Static

int

 

Destroy

(
    BIO* BIOPtr
)

Public function Static

int

 

Write

(
    BIO* BIOPtr,
    const char* Data,
    int DataLen
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss