Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

net_sock.h/net_sock.c

Prototype

Code Block

          CPU_BOOLEAN NetSock_CfgTxIP_TTL_Multicast(NET_SOCK_ID  sock_id,
                                                    NET_IP_TTL   ip_ttl
                                                    NET_ERR     *p_err);

Arguments

sock_id

This is the socket ID of socket to configure transmit IP TTL.

...