Docs.rs
psp-net-0.6.6
psp-net 0.6.6
Permalink
Docs.rs crate page
Links
crates.io
Source
Owners
lorenzofelletti
Dependencies
base64 ^0.22
normal
bitflags ^2.9.0
normal
dns-protocol ^0.1.1
normal
embedded-io ^0.6.1
normal
embedded-tls ^0.17.0
normal
httparse ^1.10.1
normal
optional
lazy_static ^1.5.0
normal
psp ^0.3.12
normal
optional
rand ^0.8.5
normal
rand_chacha ^0.3.1
normal
regex ^1.11
normal
thiserror ^2.0.12
normal
Versions
75.91%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
psp_net
0.6.6
Module tls
Module Items
Structs
Constants
In psp_
net::
socket
psp_net
::
socket
Module
tls
Copy item path
Source
Structs
§
TlsSocket
A TLS socket. This is a wrapper around a
TcpSocket
that provides a TLS connection.
Constants
§
MAX_
FRAGMENT_
LENGTH
TLS maximum fragment length, equivalent to 2^14 bytes (
16_384
bytes)