mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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:
@@ -155,7 +155,6 @@ abstraction. Meet `Transmit`:
|
||||
|
||||
```rust
|
||||
pub struct Transmit {
|
||||
src: SocketAddr,
|
||||
dst: SocketAddr,
|
||||
payload: Vec<u8>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user