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.37
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"sendmsg:ETI"BasicSocket#sendmsg;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"Msendmsg sends a message using sendmsg(2) system call in blocking manner.;To:RDoc::Markup::BlankLine o; ; [I" _mesg_ is a string to send.;T@o; ; [I"F_flags_ is bitwise OR of MSG_* constants such as Socket::MSG_OOB.;T@o; ; [I"Q_dest_sockaddr_ is a destination socket address for connection-less socket. ;TI"EIt should be a sockaddr such as a result of Socket.sockaddr_in. ;TI"(An Addrinfo object can be used too.;T@o; ; [ I"-_controls_ is a list of ancillary data. ;TI"BThe element of _controls_ should be Socket::AncillaryData or ;TI"3-elements array. ;TI"HThe 3-element array should contains cmsg_level, cmsg_type and data.;T@o; ; [I"WThe return value, _numbytes_sent_ is an integer which is the number of bytes sent.;T@o; ; [I"9sendmsg can be used to implement send_io as follows:;T@o:RDoc::Markup::Verbatim; [I""# use Socket::AncillaryData. ;TI"Mancdata = Socket::AncillaryData.int(:UNIX, :SOCKET, :RIGHTS, io.fileno) ;TI"(sock.sendmsg("a", 0, nil, ancdata) ;TI" ;TI"# use 3-element array. ;TI":ancdata = [:SOCKET, :RIGHTS, [io.fileno].pack("i!")] ;TI"(sock.sendmsg("\0", 0, nil, ancdata);T:@format0: @fileI"ext/socket/lib/socket.rb;T:0@omit_headings_from_table_of_contents_below0I"Wbasicsocket.sendmsg(mesg, flags=0, dest_sockaddr=nil, *controls) => numbytes_sent ;T0[ I"6(mesg, flags = 0, dest_sockaddr = nil, *controls);T@/FI"BasicSocket;TcRDoc::NormalClass00