Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
TCPServer /
Delete
Unzip
Name
Size
Permission
Date
Action
accept-i.ri
380
B
-rw-r--r--
2023-07-26 17:26
accept_nonblock-i.ri
1.46
KB
-rw-r--r--
2023-07-26 17:26
cdesc-TCPServer.ri
1.11
KB
-rw-r--r--
2023-07-26 17:26
listen-i.ri
3.98
KB
-rw-r--r--
2023-07-26 17:26
new-c.ri
547
B
-rw-r--r--
2023-07-26 17:26
sysaccept-i.ri
510
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI"accept_nonblock:ETI"TCPServer#accept_nonblock;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"9Accepts an incoming connection using accept(2) after;TI":O_NONBLOCK is set for the underlying file descriptor.;TI"BIt returns an accepted TCPSocket for the incoming connection.;To:RDoc::Markup::BlankLine S:RDoc::Markup::Heading: leveli: textI"Example;To:RDoc::Markup::Verbatim; [I"require 'socket' ;FI" serv = TCPServer.new(2202) ;FI"%begin # emulate blocking accept ;FI"# sock = serv.accept_nonblock ;FI"+rescue IO::WaitReadable, Errno::EINTR ;FI" IO.select([serv]) ;FI" retry ;FI" end ;FI"## sock is an accepted socket. ;Fo; ; [I"MRefer to Socket#accept for the exceptions that may be thrown if the call;TI"(to TCPServer#accept_nonblock fails.;T@o; ; [I"VTCPServer#accept_nonblock may raise any error corresponding to accept(2) failure,;TI""including Errno::EWOULDBLOCK.;T@o; ; [I"^If the exception is Errno::EWOULDBLOCK, Errno::AGAIN, Errno::ECONNABORTED, Errno::EPROTO,;TI"(it is extended by IO::WaitReadable.;TI"[So IO::WaitReadable can be used to rescue the exceptions for retrying accept_nonblock.;T@S;; i;I"See;To:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I"TCPServer#accept;To;;0; [o; ; [I"Socket#accept;T: @file0I"-tcpserver.accept_nonblock => tcpsocket ;T0[ I"();FI"ext/socket/tcpserver.c;T