docs(blog): remove src field from Transmit (#7695)

Related: https://github.com/firezone/sans-io-blog-example/issues/3.
Contributed-in: #7690.

Signed-off-by: Robert <102612257+SmolPatches@users.noreply.github.com>
Co-authored-by: Robert <102612257+SmolPatches@users.noreply.github.com>
This commit is contained in:
Thomas Eizinger
2025-01-08 15:46:32 +01:00
committed by GitHub
parent 6413a45589
commit da285c1969

View File

@@ -155,7 +155,6 @@ abstraction. Meet `Transmit`:
```rust
pub struct Transmit {
src: SocketAddr,
dst: SocketAddr,
payload: Vec<u8>
}