mirror of
https://github.com/opa334/TrollStore.git
synced 2025-04-13 07:43:12 +08:00
10 lines
152 B
C
10 lines
152 B
C
#ifndef __MCAST_H__
|
|
#define __MCAST_H__
|
|
|
|
extern int mcast_race_sock;
|
|
|
|
void mcast_increase_race_reliability(void);
|
|
int mcast_join_group(int ip);
|
|
|
|
#endif
|