Skip to main content

Module net

Module net 

Source

Constants§

CA_REPEATER_PORT
C CA_REPEATER_PORT — see CA_SERVER_PORT.
CA_SERVER_PORT
C CA_SERVER_PORT (caProto.h) — const-derived from the generated ENV_PARAM table, so it cannot drift from configure/CONFIG_ENV. A default that stopped being a valid port would fail const-evaluation.
PVA_BROADCAST_PORT
PVA_SERVER_PORT

Functions§

ca_mcast_ttl
IP TTL applied to CA multicast traffic.
ca_repeater_port
Returns the CA repeater port, allowing override via EPICS_CA_REPEATER_PORT.
ca_server_port
Client-side CA server-port reader — where to send SEARCH. Honours EPICS_CA_SERVER_PORT only; the server-only EPICS_CAS_SERVER_PORT does not affect client behaviour.
cas_beacon_port
Server-side beacon port — C caservertask.c:501-508.
cas_server_port
Server-side CA bind-port reader — where the server binds the UDP discovery socket and the TCP listener (same value for both, matching caservertask.c:491-499ca_udp_port = ca_server_port).
parse_socket_addr
Parse a "host:port" string into a SocketAddr.