diff options
author | Joshua Branson <jbranso@fastmail.com> | 2018-10-29 14:25:10 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-10-29 21:05:14 +0100 |
commit | 0a06ae836cdd17eb000d6087cfcf96bab5851617 (patch) | |
tree | 45aacaef678edc21c732dd1d7f5b0b598be959b5 /community | |
parent | 38a6c4e7e5631f44449d154d20b3aee1b02c85b1 (diff) |
I created a new lwip translator page. It is bare minimum, and it probably is not completely accurate about how to start the translator.
Diffstat (limited to 'community')
-rw-r--r-- | community/gsoc/project_ideas/tcp_ip_stack.mdwn | 2 |
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 b1dbb66d..28c95626 100644 --- a/community/gsoc/project_ideas/tcp_ip_stack.mdwn +++ b/community/gsoc/project_ideas/tcp_ip_stack.mdwn @@ -13,7 +13,7 @@ is included in the section entitled The Hurd presently uses a [[TCP/IP_stack|hurd/translator/pfinet]] based on code from an old Linux version. This works, but lacks some rather important features (like PPP/PPPoE), and the -design is not hurdish at all. Recently lwip, which is an userspace tcp/ip library, +design is not hurdish at all. Recently [[hurd/translator/lwip]], which is an userspace tcp/ip library, was ported to the Hurd. If you are only using an ethernet connection, then it is possible to use 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 |