From 4917d16a0285c30edcd64fd31a8a8935e907acc9 Mon Sep 17 00:00:00 2001 From: bunnie Date: Fri, 22 Dec 2023 09:39:11 +0800 Subject: [PATCH] add some notes about debugging smoltcp --- services/net/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/net/Cargo.toml b/services/net/Cargo.toml index 05475eda1..e5eda9517 100644 --- a/services/net/Cargo.toml +++ b/services/net/Cargo.toml @@ -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"]