Skip to main content

MetadataSenderSendOptions Struct

Declaration

struct simaai::neat::MetadataSenderSendOptions { ... }

Included Headers

#include <MetadataSender.h>

Public Member Attributes Index

boolnonblocking = true

Send each datagram with MSG_DONTWAIT. More...

Definition at line 20 of file MetadataSender.h.

Public Member Attributes

nonblocking

bool simaai::neat::MetadataSenderSendOptions::nonblocking = true

Send each datagram with MSG_DONTWAIT.

This is enabled by default so local socket congestion cannot stall video or inference dispatch. Set it to false only when the caller explicitly prefers blocking delivery attempts over real-time progress. EAGAIN/EWOULDBLOCK and ENOBUFS then return false without an error string; inspect MetadataSenderStats for drop diagnostics.

Definition at line 30 of file MetadataSender.h.


The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.