program/lib/Net/Socket.php | ●●●●● patch | view | raw | blame | history |
program/lib/Net/Socket.php
@@ -267,8 +267,13 @@ $this->timeout = $seconds + $microseconds/1000000; } if ($this->timeout > 0) { return stream_set_timeout($this->fp, (int) $seconds, (int) $microseconds); } else { return false; } } /** * Sets the file buffering size on the stream.