Extracted from Pike v7.6 release 13 at 2004-09-08.
pike.ida.liu.se
[Top]
SSL
SSL.sslfile

Method SSL.sslfile()->set_nonblocking()


Method set_nonblocking

void set_nonblocking(void|function(mixed:void) read, void|function(void|mixed:void) write, void|function(void|mixed:void) close, void|function(void|mixed:void) read_oob, void|function(void|mixed:void) write_oob, void|function(void|mixed:void) accept)

Description

Set the stream in nonblocking mode, installing the specified callbacks. The alert callback isn't touched.

Note

Prior to version 7.5.12, this function didn't set the accept callback.

Bugs

read_oob and write_oob are currently ignored.