From a5b9bd75f4b546e30eb1a1c90b49087b0a84de1d Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Tue, 18 Oct 2016 13:30:54 +0200 Subject: [PATCH] Mention 9-tcp-close patch. --- Plan9.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Plan9.md b/Plan9.md index a7739002..f7cd9474 100644 --- a/Plan9.md +++ b/Plan9.md @@ -29,6 +29,10 @@ A fix to the pread system call is required, so pread will not update the channel * [9-pread-offset](http://9legacy.org/9legacy/patch/9-pread-offset.diff) +The TCP connection control file must handle the "close" message to be able close a TCP connection gracefully, while waking up the readers: + +* [9-tcp-close](http://9legacy.org/9legacy/patch/9-tcp-close.diff) + If you're running Plan 9 on Raspberry Pi, you'll require the latest [bcm](https://9p.io/magic/webls?dir=/sources/contrib/miller/9/bcm) kernel from Richard Miller. # Installation