Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-22026-2376550
OSKernel2024-Phoenix-1053
Commits
40212bbc
Commit
40212bbc
authored
10 months ago
by
回到唐朝当少爷
Browse files
Options
Download
Plain Diff
Merge branch 'fix-iperf'
parents
446afcc3
9dd1dfd1
main
final
No related merge requests found
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
kernel/src/net/socket.rs
+8
-12
kernel/src/net/socket.rs
kernel/src/trap/kernel_trap.rs
+21
-23
kernel/src/trap/kernel_trap.rs
kernel/src/trap/user_trap.rs
+1
-1
kernel/src/trap/user_trap.rs
modules/net/src/lib.rs
+103
-52
modules/net/src/lib.rs
modules/net/src/listen_table.rs
+17
-7
modules/net/src/listen_table.rs
modules/net/src/tcp.rs
+25
-10
modules/net/src/tcp.rs
modules/net/src/udp.rs
+6
-4
modules/net/src/udp.rs
modules/timer/src/lib.rs
+6
-3
modules/timer/src/lib.rs
with
187 additions
and
112 deletions
+187
-112
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets