タグ

2010年2月24日のブックマーク (2件)

  • Manpage of SELECT_TUT

    SELECT_TUT Section: Linux Programmer's Manual (2) Updated: 2007-12-18 Index JM Home Page roff page 名前 select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO - 同期 I/O の多重化 書式 /* POSIX.1-2001 に従う場合 */ #include <sys/select.h> /* 以前の規格に従う場合 */ #include <sys/time.h> #include <sys/types.h> #include <unistd.h> int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *utimeout

    mugaki
    mugaki 2010/02/24
  • Linux PPP HOWTO

    Robert Hart, hartr@hedland.edu.auv2.2, 25 August 1996 こじまみつひろ isle@st.rim.or.jp (1997/01/30) この文書では Linux PC を PPP サーバに接続する方法、2 つのネットワーク を PPP でつなぐ方法、あなたの Linux マシンを PPP サーバにする方法につ いて説明します。 Copyright The copyright of this document is retained by the author. Permission is granted to distribute the document by electronic means and on CDs provided that it is kept entirely in its original format. Perm

    mugaki
    mugaki 2010/02/24