![]() |
SolarCapture C Bindings User Guide
SF-115721-CD
Issue 3
|
Miscellaneous utility functions. More...
Functions | |
| int | sc_join_mcast_group (struct sc_session *scs, const char *interface, const char *group) |
| Join a multicast group. More... | |
Miscellaneous utility functions.
| int sc_join_mcast_group | ( | struct sc_session * | scs, |
| const char * | interface, | ||
| const char * | group | ||
| ) |
Join a multicast group.
| scs | A session |
| interface | The network interface to join on |
| group | The multicast group to join |
This function joins multicast group group on interface interface. This is needed when you need to use the IGMP protocol to arrange that multicast packets are delivered to the adapter.