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 /
ruby34 /
share /
ri /
system /
BasicSocket /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-BasicSocket.ri
1.07
KB
-rw-r--r--
2026-04-07 16:51
close_read-i.ri
544
B
-rw-r--r--
2026-04-07 16:51
close_write-i.ri
657
B
-rw-r--r--
2026-04-07 16:51
connect_address-i.ri
1.29
KB
-rw-r--r--
2026-04-07 16:51
do_not_reverse_lookup%3d-c.ri
882
B
-rw-r--r--
2026-04-07 16:51
do_not_reverse_lookup%3d-i.ri
852
B
-rw-r--r--
2026-04-07 16:51
do_not_reverse_lookup-c.ri
534
B
-rw-r--r--
2026-04-07 16:51
do_not_reverse_lookup-i.ri
853
B
-rw-r--r--
2026-04-07 16:51
for_fd-c.ri
609
B
-rw-r--r--
2026-04-07 16:51
getpeereid-i.ri
883
B
-rw-r--r--
2026-04-07 16:51
getpeername-i.ri
797
B
-rw-r--r--
2026-04-07 16:51
getsockname-i.ri
728
B
-rw-r--r--
2026-04-07 16:51
getsockopt-i.ri
2.48
KB
-rw-r--r--
2026-04-07 16:51
local_address-i.ri
793
B
-rw-r--r--
2026-04-07 16:51
recv-i.ri
990
B
-rw-r--r--
2026-04-07 16:51
recv_nonblock-i.ri
2.49
KB
-rw-r--r--
2026-04-07 16:51
recvmsg-i.ri
2.66
KB
-rw-r--r--
2026-04-07 16:51
recvmsg_nonblock-i.ri
992
B
-rw-r--r--
2026-04-07 16:51
remote_address-i.ri
866
B
-rw-r--r--
2026-04-07 16:51
send-i.ri
779
B
-rw-r--r--
2026-04-07 16:51
sendmsg-i.ri
1.54
KB
-rw-r--r--
2026-04-07 16:51
sendmsg_nonblock-i.ri
968
B
-rw-r--r--
2026-04-07 16:51
setsockopt-i.ri
3.04
KB
-rw-r--r--
2026-04-07 16:51
shutdown-i.ri
1.25
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI"recv_nonblock:ETI"BasicSocket#recv_nonblock;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"IReceives up to _maxlen_ bytes from +socket+ using recvfrom(2) after ;TI";O_NONBLOCK is set for the underlying file descriptor. ;TI"4_flags_ is zero or more of the +MSG_+ options. ;TI".The result, _mesg_, is the data received.;To:RDoc::Markup::BlankLine o; ; [ I"CWhen recvfrom(2) returns 0, Socket#recv_nonblock returns nil. ;TI"OIn most cases it means the connection was closed, but for UDP connections ;TI"Kit may mean an empty packet was received, as the underlying API makes ;TI"2it impossible to distinguish these two cases.;T@S:RDoc::Markup::Heading: leveli: textI"Parameters;To:RDoc::Markup::List: @type:BULLET:@items[ o:RDoc::Markup::ListItem:@label0; [o; ; [I">+maxlen+ - the number of bytes to receive from the socket;To;;0; [o; ; [I"1+flags+ - zero or more of the +MSG_+ options;To;;0; [o; ; [I"&+buf+ - destination String buffer;To;;0; [o; ; [I"<+options+ - keyword hash, supporting `exception: false`;T@S;; i;I"Example;To:RDoc::Markup::Verbatim; [I"*serv = TCPServer.new("127.0.0.1", 0) ;TI"&af, port, host, addr = serv.addr ;TI"#c = TCPSocket.new(addr, port) ;TI"s = serv.accept ;TI"c.send "aaa", 0 ;TI"$begin # emulate blocking recv. ;TI"' p s.recv_nonblock(10) #=> "aaa" ;TI"rescue IO::WaitReadable ;TI" IO.select([s]) ;TI" retry ;TI" end ;T:@format0o; ; [I"PRefer to Socket#recvfrom for the exceptions that may be thrown if the call ;TI"to _recv_nonblock_ fails.;T@o; ; [I"YBasicSocket#recv_nonblock may raise any error corresponding to recvfrom(2) failure, ;TI""including Errno::EWOULDBLOCK.;T@o; ; [I">If the exception is Errno::EWOULDBLOCK or Errno::EAGAIN, ;TI")it is extended by IO::WaitReadable. ;TI"YSo IO::WaitReadable can be used to rescue the exceptions for retrying recv_nonblock.;T@o; ; [I"OBy specifying a keyword argument _exception_ to +false+, you can indicate ;TI"Lthat recv_nonblock should not raise an IO::WaitReadable exception, but ;TI"0return the symbol +:wait_readable+ instead.;T@S;; i;I"See;To;;;;[o;;0; [o; ; [I"Socket#recvfrom;T: @fileI"ext/socket/lib/socket.rb;T:0@omit_headings_from_table_of_contents_below0I"Nbasicsocket.recv_nonblock(maxlen [, flags [, buf [, options ]]]) => mesg ;T0[ I"0(len, flag = 0, str = nil, exception: true);T@ZFI"BasicSocket;TcRDoc::NormalClass00