Parsec

ParsecGetConfig

voidParsecGetConfig(Parsec *
ps,
ParsecConfig *
cfg
)

Get Parsec runtime configuration.

Useful for querying a Parsec instance in the case the client/host ports were randomly selected.

Parameters

DirectionNameDescription
inpsParsec instance returned by ParsecInit.
outcfgParsec instance configuration, reflects randomly selected ports if ports were set to 0 during ParsecInit.