Skip to content

Commit

Permalink
add some notes about debugging smoltcp
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Dec 22, 2023
1 parent 85def0a commit 4917d16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions services/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ features = [
"proto-ipv4", "proto-ipv6",
"socket-raw", "socket-icmp", "socket-udp", "socket-tcp",
]
# tracking main branch changes:
# works with:
# - edfdb23243a973d458397a2b4e76f527bacb1fd6
# broken at:
# - e893a17fc761a9c1b34647ff09102993336cc341 (can't get past the first ping)
# - 9624adf20cbeaf627e907a87b4fdf74e8f3154fb (broken after the third attempt to ping?)

[features]
precursor = ["utralib/precursor"]
Expand Down

0 comments on commit 4917d16

Please sign in to comment.