Skip to content

Commit

Permalink
crates/sel4-async/network: Add note
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Feb 13, 2024
1 parent 7512fb3 commit f1566f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/sel4-async/network/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// SPDX-License-Identifier: BSD-2-Clause
//

// Ideas for implementing operations on TCP sockets taken from:
// https://github.com/embassy-rs/embassy/blob/main/embassy-net/src/tcp.rs

#![no_std]

extern crate alloc;
Expand Down

0 comments on commit f1566f8

Please sign in to comment.