Hello,
Thanks for the detailed description and testcase! I could fix it, this
case was actually apparently completely untested: reference counting was
never reaching zero, and thus the sock never actually shut down.
SAmuel
James Clarke, le Thu 10 Sep 2015 11:59:04 +0100, a écrit :
> * libports/Makefile (installhdrs): Add port-deref-deferred.h for ports.h
Applied, thanks!
Samuel
* libports/Makefile (installhdrs): Add port-deref-deferred.h for ports.h
---
libports/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libports/Makefile b/libports/Makefile
index b8b82ee..af881f8 100644
--- a/libports/Makefile
+++ b/libports/Makefile
@@ -38,7 +38,7 @@ S
Hi,
Looking into the socklog package test errors a bug was found in the
pflocal socket implementation, specifically in connect():
1)
PID1: create a local named socket using a server to receive data
PID2: connect to that socket with a client to send data
everything is fine :)
Terminal1:
./test_soc