Navigation
API > API/Plugins > API/Plugins/UdpMessaging > API/Plugins/UdpMessaging/Shared > API/Plugins/UdpMessaging/Shared/UUdpMessagingSettings
Syntax
UPROPERTY (Config, EditAnywhere, Category=Transport, Meta=(ClampMin="1024"), AdvancedDisplay)
uint16 WorkQueueSize
Remarks
The buffer size for the working send queues. Each node connections gets a send queue and new messages to send are put on that queue. The send scheduler will fairly send data on this queue and re-queue when partial data is sent or waiting for a reliable message. Can be specified on the command line with `-UDPMESSAGING_WORK_QUEUE_SIZE=_