Date: Thu, 05 Apr 2018 23:46:57 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 227259] accept()/poll() and shutdown()/close() - not work as in FreeBSD10, may broke many apps Message-ID: <bug-227259-7501-wdmHW7aWoD@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227259-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-227259-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227259 --- Comment #7 from rozhuk.im@gmail.com --- DragonFly 5.0-RELEASE DragonFly v5.0.2-RELEASE #4: Sun Dec 3 17:42:25 EST 2017 ./acc_test | grep "chk OK" 0: socket(AF_INET, block) ... lskt accept shutdown chk OK, ret cod= e: 53 - Software caused connection abort 1: socket(AF_INET, block) ... rskt accept shutdown chk OK, ret cod= e: 53 - Software caused connection abort 4: socket(AF_INET, block) ... lskt poll shutdown chk OK 5: socket(AF_INET, block) ... rskt poll shutdown chk OK 16: socket(AF_INET, block) ... lskt shutdown accept chk OK, ret cod= e: 53 - Software caused connection abort 20: socket(AF_INET, block) ... lskt shutdown poll chk OK 36: socket(AF_INET, nblock) ... lskt poll shutdown chk OK 37: socket(AF_INET, nblock) ... rskt poll shutdown chk OK 42: socket(AF_INET, nblock) ... lskt shutdown poll chk OK --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227259-7501-wdmHW7aWoD>