[Unix_Linux]
mediaproxy-2.3.6.tar.gzMediaProxy is a media relay for RTP/RTCP and UDP streams that works in tandem with OpenSIPs to provide NAT traversal capability for media streams from SIP user agents located behind NAT.
Category: Proxy Server Upload User:chhi002 Size:172K
[Visual C++ (VC++)]
VCWinSockProgramming.rar#define FD_SETSIZE 64?
typedef struct fd_set {
u_int fd_count /* how many are SET?*/
SOCKET fd_array[FD_SETSIZE] /* an array of SOCKETs*/
} fd_set