9 Commits

Author SHA1 Message Date
aaf9a5f2e6 turn off syscall printing, remove unused imports and make fmt 2024-11-13 17:59:03 +08:00
ff13f9f622
fix(net): TCP Resources and add syscall print, change to use latest smoltcp (#1032)
* change to smoltcp

* add syscall, fix wront accept-listen logic

* add version and resource close
2024-11-07 14:38:31 +08:00
bca5197bdf make fmt 2024-10-21 11:02:31 +00:00
a303dd0964 fix: ipv6, AddressFamily有转换问题。 2024-10-21 08:42:11 +00:00
de148a1dd6 remove unused imports 2024-10-16 08:15:04 +00:00
bca536ec9b clean debug messages 2024-10-14 12:20:46 +00:00
8fe49e190e make fmt 2024-10-14 12:11:27 +00:00
7cebb88792 can ctrl-c interupt from blocking accept 2024-10-14 12:01:32 +00:00
40d9375b6b
ready for merge in master (#964)
uevent should be format

Enum of smoltcp socket should be optimized.

need to add interface for routing subsys

actix is still not abled to run.

clean some casual added code to other places
2024-10-10 17:53:39 +08:00