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 /
ruby22 /
share /
ri /
2.2.0 /
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
Ifaddr
[ 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
696
B
-rw-r--r--
2023-07-26 18:01
accept_loop-c.ri
803
B
-rw-r--r--
2023-07-26 18:01
accept_nonblock-i.ri
2.29
KB
-rw-r--r--
2023-07-26 18:01
bind-i.ri
5.04
KB
-rw-r--r--
2023-07-26 18:01
cdesc-Socket.ri
59.17
KB
-rw-r--r--
2023-07-26 18:01
connect-i.ri
7.07
KB
-rw-r--r--
2023-07-26 18:01
connect_nonblock-i.ri
1.96
KB
-rw-r--r--
2023-07-26 18:01
getaddrinfo-c.ri
1.92
KB
-rw-r--r--
2023-07-26 18:01
gethostbyaddr-c.ri
599
B
-rw-r--r--
2023-07-26 18:01
gethostbyname-c.ri
592
B
-rw-r--r--
2023-07-26 18:01
gethostname-c.ri
629
B
-rw-r--r--
2023-07-26 18:01
getifaddrs-c.ri
2.96
KB
-rw-r--r--
2023-07-26 18:01
getnameinfo-c.ri
1.35
KB
-rw-r--r--
2023-07-26 18:01
getservbyname-c.ri
767
B
-rw-r--r--
2023-07-26 18:01
getservbyport-c.ri
681
B
-rw-r--r--
2023-07-26 18:01
ip_address_list-c.ri
641
B
-rw-r--r--
2023-07-26 18:01
ipv6only%21-i.ri
346
B
-rw-r--r--
2023-07-26 18:01
listen-i.ri
4.08
KB
-rw-r--r--
2023-07-26 18:01
new-c.ri
963
B
-rw-r--r--
2023-07-26 18:01
pack_sockaddr_in-c.ri
763
B
-rw-r--r--
2023-07-26 18:01
pack_sockaddr_un-c.ri
523
B
-rw-r--r--
2023-07-26 18:01
pair-c.ri
1.08
KB
-rw-r--r--
2023-07-26 18:01
recvfrom-i.ri
6.42
KB
-rw-r--r--
2023-07-26 18:01
recvfrom_nonblock-i.ri
2.76
KB
-rw-r--r--
2023-07-26 18:01
sockaddr_in-c.ri
753
B
-rw-r--r--
2023-07-26 18:01
sockaddr_un-c.ri
513
B
-rw-r--r--
2023-07-26 18:01
socketpair-c.ri
1.09
KB
-rw-r--r--
2023-07-26 18:01
sysaccept-i.ri
1.75
KB
-rw-r--r--
2023-07-26 18:01
tcp-c.ri
1.33
KB
-rw-r--r--
2023-07-26 18:01
tcp_server_loop-c.ri
1.91
KB
-rw-r--r--
2023-07-26 18:01
tcp_server_sockets-c.ri
1.6
KB
-rw-r--r--
2023-07-26 18:01
udp_server_loop-c.ri
1.06
KB
-rw-r--r--
2023-07-26 18:01
udp_server_loop_on-c.ri
614
B
-rw-r--r--
2023-07-26 18:01
udp_server_recv-c.ri
1.06
KB
-rw-r--r--
2023-07-26 18:01
udp_server_sockets-c.ri
1.05
KB
-rw-r--r--
2023-07-26 18:01
unix-c.ri
845
B
-rw-r--r--
2023-07-26 18:01
unix_server_loop-c.ri
1.34
KB
-rw-r--r--
2023-07-26 18:01
unix_server_socket-c.ri
1
KB
-rw-r--r--
2023-07-26 18:01
unix_socket_abstract_name%3f-c.ri
283
B
-rw-r--r--
2023-07-26 18:01
unpack_sockaddr_in-c.ri
761
B
-rw-r--r--
2023-07-26 18:01
unpack_sockaddr_un-c.ri
627
B
-rw-r--r--
2023-07-26 18:01
Save
Rename
U:RDoc::AnyMethod[iI"connect_nonblock:ETI"Socket#connect_nonblock;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"KRequests 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 ;TI"require 'socket' ;TI"include Socket::Constants ;TI"2socket = Socket.new(AF_INET, SOCK_STREAM, 0) ;TI"9sockaddr = Socket.sockaddr_in(80, 'www.google.com') ;TI"&begin # emulate blocking connect ;TI") socket.connect_nonblock(sockaddr) ;TI"rescue IO::WaitWritable ;TI"B IO.select(nil, [socket]) # wait 3-way handshake completion ;TI" begin ;TI"F socket.connect_nonblock(sockaddr) # check connection failure ;TI" rescue Errno::EISCONN ;TI" end ;TI" end ;TI",socket.write("GET / HTTP/1.0\r\n\r\n") ;TI"results = socket.read ;T:@format0o; ; [I"ORefer to Socket#connect for the exceptions that may be thrown if the call ;TI"!to _connect_nonblock_ fails.;T@o; ; [I"VSocket#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: @fileI"ext/socket/socket.c;T:0@omit_headings_from_table_of_contents_below0I"3socket.connect_nonblock(remote_sockaddr) => 0 ;T0[ I" (p1);T@DFI"Socket;TcRDoc::NormalClass00