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
Direction | Name | Description |
---|---|---|
in | ps | Parsec instance returned by ParsecInit . |
out | cfg | Parsec instance configuration, reflects randomly selected ports if ports were set to 0 during ParsecInit . |