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 /
ruby23 /
share /
ri /
2.3.0 /
system /
Socket /
Delete
Unzip
Name
Size
Permission
Date
Action
AncillaryData
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Constants
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Ifaddr
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Option
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
UDPSource
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
accept-i.ri
696
B
-rw-r--r--
2023-07-26 18:09
accept_loop-c.ri
803
B
-rw-r--r--
2023-07-26 18:09
accept_nonblock-i.ri
2.54
KB
-rw-r--r--
2023-07-26 18:09
bind-i.ri
5.04
KB
-rw-r--r--
2023-07-26 18:09
cdesc-Socket.ri
59.17
KB
-rw-r--r--
2023-07-26 18:09
connect-i.ri
7.07
KB
-rw-r--r--
2023-07-26 18:09
connect_nonblock-i.ri
2.11
KB
-rw-r--r--
2023-07-26 18:09
getaddrinfo-c.ri
1.91
KB
-rw-r--r--
2023-07-26 18:09
gethostbyaddr-c.ri
599
B
-rw-r--r--
2023-07-26 18:09
gethostbyname-c.ri
592
B
-rw-r--r--
2023-07-26 18:09
gethostname-c.ri
629
B
-rw-r--r--
2023-07-26 18:09
getifaddrs-c.ri
2.96
KB
-rw-r--r--
2023-07-26 18:09
getnameinfo-c.ri
1.35
KB
-rw-r--r--
2023-07-26 18:09
getservbyname-c.ri
767
B
-rw-r--r--
2023-07-26 18:09
getservbyport-c.ri
681
B
-rw-r--r--
2023-07-26 18:09
ip_address_list-c.ri
641
B
-rw-r--r--
2023-07-26 18:09
ipv6only%21-i.ri
346
B
-rw-r--r--
2023-07-26 18:09
listen-i.ri
4.08
KB
-rw-r--r--
2023-07-26 18:09
new-c.ri
963
B
-rw-r--r--
2023-07-26 18:09
pack_sockaddr_in-c.ri
763
B
-rw-r--r--
2023-07-26 18:09
pack_sockaddr_un-c.ri
523
B
-rw-r--r--
2023-07-26 18:09
pair-c.ri
1.08
KB
-rw-r--r--
2023-07-26 18:09
recvfrom-i.ri
6.42
KB
-rw-r--r--
2023-07-26 18:09
recvfrom_nonblock-i.ri
3.12
KB
-rw-r--r--
2023-07-26 18:09
sockaddr_in-c.ri
753
B
-rw-r--r--
2023-07-26 18:09
sockaddr_un-c.ri
513
B
-rw-r--r--
2023-07-26 18:09
socketpair-c.ri
1.09
KB
-rw-r--r--
2023-07-26 18:09
sysaccept-i.ri
1.75
KB
-rw-r--r--
2023-07-26 18:09
tcp-c.ri
1.33
KB
-rw-r--r--
2023-07-26 18:09
tcp_server_loop-c.ri
1.91
KB
-rw-r--r--
2023-07-26 18:09
tcp_server_sockets-c.ri
1.6
KB
-rw-r--r--
2023-07-26 18:09
udp_server_loop-c.ri
1.06
KB
-rw-r--r--
2023-07-26 18:09
udp_server_loop_on-c.ri
614
B
-rw-r--r--
2023-07-26 18:09
udp_server_recv-c.ri
1.06
KB
-rw-r--r--
2023-07-26 18:09
udp_server_sockets-c.ri
1.05
KB
-rw-r--r--
2023-07-26 18:09
unix-c.ri
845
B
-rw-r--r--
2023-07-26 18:09
unix_server_loop-c.ri
1.34
KB
-rw-r--r--
2023-07-26 18:09
unix_server_socket-c.ri
1
KB
-rw-r--r--
2023-07-26 18:09
unix_socket_abstract_name%3f-c.ri
283
B
-rw-r--r--
2023-07-26 18:09
unpack_sockaddr_in-c.ri
761
B
-rw-r--r--
2023-07-26 18:09
unpack_sockaddr_un-c.ri
627
B
-rw-r--r--
2023-07-26 18:09
Save
Rename
U:RDoc::AnyMethod[iI"connect_nonblock:EFI"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::Verbatim; [I"Z# +remote_sockaddr+ - the +struct+ sockaddr contained in a string or Addrinfo object ;T:@format0S;; i;I" Example:;To;; [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;0o; ; [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@o; ; [I"OBy specifying `exception: false`, the options hash allows you to indicate ;TI"Othat connect_nonblock should not raise an IO::WaitWritable exception, but ;TI".return the symbol :wait_writable instead.;T@S;; i;I"See;To;; [I"# Socket#connect;T;0: @fileI"ext/socket/lib/socket.rb;T:0@omit_headings_from_table_of_contents_below0I">socket.connect_nonblock(remote_sockaddr, [options]) => 0 ;T0[ I"(addr, exception: true);T@AFI"Socket;TcRDoc::NormalClass00