diff options
Diffstat (limited to 'research/flossing/external/julia-1.6.7/share/julia/stdlib/v1.6/Sockets')
| -rw-r--r-- | research/flossing/external/julia-1.6.7/share/julia/stdlib/v1.6/Sockets/docs/src/index.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/research/flossing/external/julia-1.6.7/share/julia/stdlib/v1.6/Sockets/docs/src/index.md b/research/flossing/external/julia-1.6.7/share/julia/stdlib/v1.6/Sockets/docs/src/index.md new file mode 100644 index 0000000..c294461 --- /dev/null +++ b/research/flossing/external/julia-1.6.7/share/julia/stdlib/v1.6/Sockets/docs/src/index.md @@ -0,0 +1,33 @@ +# Sockets + +```@docs +Sockets.Sockets +Sockets.connect(::TCPSocket, ::Integer) +Sockets.connect(::AbstractString) +Sockets.listen(::Any) +Sockets.listen(::AbstractString) +Sockets.getaddrinfo +Sockets.getipaddr +Sockets.getipaddrs +Sockets.islinklocaladdr +Sockets.getalladdrinfo +Sockets.DNSError +Sockets.getnameinfo +Sockets.getsockname +Sockets.getpeername +Sockets.IPAddr +Sockets.IPv4 +Sockets.IPv6 +Sockets.@ip_str +Sockets.TCPSocket +Sockets.UDPSocket +Sockets.accept +Sockets.listenany +Sockets.bind +Sockets.send +Sockets.recv +Sockets.recvfrom +Sockets.setopt +Sockets.nagle +Sockets.quickack +``` |
