-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Everything works, despite smoltcp-rs/smoltcp#783 Git stm32-eth is needed for now (but presumably smoltcp-0.9 support will be in its next release). With smoltcp 0.8 it wasn't possible to write send_with correctly: we only know how big the packet will be when f() returns, which is too late for udp::Socket::send; we need the new udp::Socket::send_with.
- Loading branch information
Showing
3 changed files
with
137 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.