?? mcast.h
字號:
/* mcast.h -- multicast socket routines, definitions * * This file is part of 'netcast' program, released under BSD License. * (c) 2001-2002 Stanis砤w Pa秌o <staszek@nutki.com>. All rights reserved. */#ifndef _MDIST_MCAST_H#define _MDIST_MCAST_H#define MCAST_DPORT DEF_PORT#define MCAST_TTL 8#define MCAST_LOOP 1#define MCAST_ADDR_BASE "224.0.0."int init_mcast_socket(struct sockaddr_in *gs);#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -