fd_set

Last-modified: 2007-01-26 (金) 00:20:23

[star] Select関数で使う
typedef struct fd_set {
  u_int fd_count;
  SOCKET fd_array[FD_SETSIZE];
} fd_set;