summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbranso@dismail.de <jbranso@dismail.de>2025-08-14 22:30:09 -0400
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-08-17 00:19:12 +0200
commit803505c39675693e370b56dc8b90610ed551f335 (patch)
tree3c61f6da41456b1f273cc5318be3974c22c808c9
parent84b17b6232e3168b07bf48770bf3a930a2487f49 (diff)
add a few links to tcp_ip_stack.mdwn
* community/gsoc/project_ideas/tcp_ip_stack.mdwn: add a few links to rumpnet and the new driver framework page. Message-ID: <20250815023018.4517-4-jbranso@dismail.de>
-rw-r--r--community/gsoc/project_ideas/tcp_ip_stack.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/tcp_ip_stack.mdwn b/community/gsoc/project_ideas/tcp_ip_stack.mdwn
index 28c95626..99befbf7 100644
--- a/community/gsoc/project_ideas/tcp_ip_stack.mdwn
+++ b/community/gsoc/project_ideas/tcp_ip_stack.mdwn
@@ -19,7 +19,7 @@ lwip as a complete replacement for pfinet. However, lwip uses the netdde device
drivers for wireless chips, which are old drivers from an old version of linux. To use
lwip for a wifi connection on more modern hardware, one would also need modern
device drivers to access the internet. The promising approach to this is using
-a rump kernel. This is essentially the New Driver Framework google summer of
+[[hurd/rump/rumpnet]]. This is essentially the [[New Driver Framework|community/gsoc/project_ideas/driver_glue_code]] google summer of
code project idea. Hopefully, one day soon the Hurd project will completely replace pfinet
with lwip.