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.217.130
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 /
Socket /
Delete
Unzip
Name
Size
Permission
Date
Action
AncillaryData
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Constants
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Option
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
UDPSource
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
accept-i.ri
604
B
-rw-r--r--
2023-07-26 17:26
accept_loop-c.ri
718
B
-rw-r--r--
2023-07-26 17:26
accept_nonblock-i.ri
2.19
KB
-rw-r--r--
2023-07-26 17:26
bind-i.ri
4.93
KB
-rw-r--r--
2023-07-26 17:26
cdesc-Socket.ri
31.88
KB
-rw-r--r--
2023-07-26 17:26
connect-i.ri
6.94
KB
-rw-r--r--
2023-07-26 17:26
connect_nonblock-i.ri
1.86
KB
-rw-r--r--
2023-07-26 17:26
getaddrinfo-c.ri
1.82
KB
-rw-r--r--
2023-07-26 17:26
gethostbyaddr-c.ri
508
B
-rw-r--r--
2023-07-26 17:26
gethostbyname-c.ri
501
B
-rw-r--r--
2023-07-26 17:26
gethostname-c.ri
537
B
-rw-r--r--
2023-07-26 17:26
getnameinfo-c.ri
1.25
KB
-rw-r--r--
2023-07-26 17:26
getservbyname-c.ri
676
B
-rw-r--r--
2023-07-26 17:26
getservbyport-c.ri
590
B
-rw-r--r--
2023-07-26 17:26
ip_address_list-c.ri
550
B
-rw-r--r--
2023-07-26 17:26
ipv6only%21-i.ri
264
B
-rw-r--r--
2023-07-26 17:26
listen-i.ri
3.97
KB
-rw-r--r--
2023-07-26 17:26
new-c.ri
873
B
-rw-r--r--
2023-07-26 17:26
pack_sockaddr_in-c.ri
721
B
-rw-r--r--
2023-07-26 17:26
pack_sockaddr_un-c.ri
475
B
-rw-r--r--
2023-07-26 17:26
pair-c.ri
885
B
-rw-r--r--
2023-07-26 17:26
recvfrom-i.ri
6.29
KB
-rw-r--r--
2023-07-26 17:26
recvfrom_nonblock-i.ri
2.66
KB
-rw-r--r--
2023-07-26 17:26
sockaddr_in-c.ri
711
B
-rw-r--r--
2023-07-26 17:26
sockaddr_un-c.ri
465
B
-rw-r--r--
2023-07-26 17:26
socketpair-c.ri
897
B
-rw-r--r--
2023-07-26 17:26
sysaccept-i.ri
1.66
KB
-rw-r--r--
2023-07-26 17:26
tcp-c.ri
859
B
-rw-r--r--
2023-07-26 17:26
tcp_server_loop-c.ri
1.81
KB
-rw-r--r--
2023-07-26 17:26
tcp_server_sockets-c.ri
1.51
KB
-rw-r--r--
2023-07-26 17:26
udp_server_loop-c.ri
991
B
-rw-r--r--
2023-07-26 17:26
udp_server_loop_on-c.ri
532
B
-rw-r--r--
2023-07-26 17:26
udp_server_recv-c.ri
991
B
-rw-r--r--
2023-07-26 17:26
udp_server_sockets-c.ri
985
B
-rw-r--r--
2023-07-26 17:26
unix-c.ri
751
B
-rw-r--r--
2023-07-26 17:26
unix_server_loop-c.ri
1.24
KB
-rw-r--r--
2023-07-26 17:26
unix_server_socket-c.ri
936
B
-rw-r--r--
2023-07-26 17:26
unix_socket_abstract_name%3f-c.ri
201
B
-rw-r--r--
2023-07-26 17:26
unpack_sockaddr_in-c.ri
670
B
-rw-r--r--
2023-07-26 17:26
unpack_sockaddr_un-c.ri
536
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI"connect_nonblock:ETI"Socket#connect_nonblock;FF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"JRequests a connection to be made on the given +remote_sockaddr+ after;TI":O_NONBLOCK is set for the underlying file descriptor.;TI"?Returns 0 if successful, otherwise an exception is raised.;To:RDoc::Markup::BlankLine S:RDoc::Markup::Heading: leveli: textI"Parameter;To:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I"W+remote_sockaddr+ - the +struct+ sockaddr contained in a string or Addrinfo object;T@S;; i;I" Example:;To:RDoc::Markup::Verbatim; [I"## Pull down Google's web page ;FI"require 'socket' ;FI"include Socket::Constants ;FI"2socket = Socket.new(AF_INET, SOCK_STREAM, 0) ;FI"9sockaddr = Socket.sockaddr_in(80, 'www.google.com') ;FI"&begin # emulate blocking connect ;FI") socket.connect_nonblock(sockaddr) ;FI"rescue IO::WaitWritable ;FI"B IO.select(nil, [socket]) # wait 3-way handshake completion ;FI" begin ;FI"F socket.connect_nonblock(sockaddr) # check connection failure ;FI" rescue Errno::EISCONN ;FI" end ;FI" end ;FI",socket.write("GET / HTTP/1.0\r\n\r\n") ;FI"results = socket.read ;Fo; ; [I"NRefer to Socket#connect for the exceptions that may be thrown if the call;TI"!to _connect_nonblock_ fails.;T@o; ; [I"USocket#connect_nonblock may raise any error corresponding to connect(2) failure,;TI""including Errno::EINPROGRESS.;T@o; ; [I",If the exception is Errno::EINPROGRESS,;TI"(it is extended by IO::WaitWritable.;TI"\So IO::WaitWritable can be used to rescue the exceptions for retrying connect_nonblock.;T@S;; i;I"See;To;;;;[o;;0; [o; ; [I"Socket#connect;T: @file0I"4socket.connect_nonblock(remote_sockaddr) => 0 ;T0[ I" (p1);FI"ext/socket/socket.c;T