Navigation
API > API/Plugins > API/Plugins/SocketSubsystemSteamIP > API/Plugins/SocketSubsystemSteamIP/FSocketSubsystemSteam
Description
Iterate through the pending dead connections and permanently remove any that have been around long enough to flush their contents
Iterate through the pending dead connections and permanently remove any that have been around long enough to flush their contents
| Name | CleanupDeadConnections |
| Type | function |
| Header File | /Engine/Plugins/Online/SocketSubsystemSteamIP/Source/SocketSubsystemSteamIP/Public/SocketSubsystemSteam.h |
| Include Path | #include "SocketSubsystemSteam.h" |
| Source | /Engine/Plugins/Online/SocketSubsystemSteamIP/Source/SocketSubsystemSteamIP/Private/SocketSubsystemSteam.cpp |
void CleanupDeadConnections
(
bool bSkipLinger
)
Parameters
| Name | Remarks |
|---|---|
| bSkipLinger | skips the timeout reserved for lingering connection information to a race condition |
| bSkipLinger | skips the timeout reserved for lingering connection data |