Google
×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
SOCK_NONBLOCK 新しく生成されるオープンファイル記述 (open file description) の O_NONBLOCK ファイルステータスフラグをセットする。 このフラグを使うことで ...
2019/01/07 · ビット演算 socket.SOCK_STREAM | socket.SOCK_NONBLOCK によってNon-blockingを設定します。作成されたソケットオブジェクトのtypeが 2049 となり、 ...
2020/06/09 · ... SOCK_NONBLOCK and SOCK_CLOEXEC flags in the type argument, as described in socket(2). POSIX.1 では <sys/types.h> のインクルードは必須とされ ...
SOCK_NONBLOCK). will still create a non-blocking socket on OSes that support SOCK_NONBLOCK , but sock.type will be set to socket.SOCK_STREAM . バージョン 3.9 ...
2013/09/29 · ... SOCK_NONBLOCK) ) { $self->{_is_deferred_accept} = $self->{_using_defer_accept}; - $conn->blocking(0) - or die "failed to set socket to ...
関連する質問
2015/11/20 · O_NONBLOCK && (flags & SOCK_NONBLOCK)) flags = (flags & ~SOCK_NONBLOCK) | O_NONBLOCK; retval = sock_create(family, type, protocol, &sock); ...
2018/02/18 · FreeBSD 11.1R では、socket() と socketpair() の第2引数 type でフラグを渡すことができるようになています。また新たなシステムコール accept4() ...
c: SOCK_NONBLOCK is not available on Mac/Darwin. Fix unused variable warning in unit test of udb. Merge #287: Update nsd.conf.5.in. Fix autoconf 2.69 ...
SOCK_NONBLOCK). will still create a non-blocking socket on OSes that support SOCK_NONBLOCK , but sock.type will be set to socket.SOCK_STREAM . socket ...