diff options
author | Uros Majstorovic <majstor@majstor.org> | 2024-05-16 01:44:50 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2024-05-16 01:44:50 +0200 |
commit | 7f06f7fb26ee52547d30b620a4137bca0395da6d (patch) | |
tree | 43a6bee535afcef99f6ed9c35cc5ce5f927dfd47 /ecp/src/platform/posix | |
parent | e870fe53f71c88c636b7c4aadd5655c0fe15bde3 (diff) |
open handler moved to the end of open message; conn authenticator has access to remainder of open req msg; improved logging and error handling; removed extensions
Diffstat (limited to 'ecp/src/platform/posix')
-rw-r--r-- | ecp/src/platform/posix/features_tmpl.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ecp/src/platform/posix/features_tmpl.mk b/ecp/src/platform/posix/features_tmpl.mk index a840328..2887e08 100644 --- a/ecp/src/platform/posix/features_tmpl.mk +++ b/ecp/src/platform/posix/features_tmpl.mk @@ -2,6 +2,3 @@ with_pthread = yes with_htable = yes with_vconn = yes with_dir = yes -with_debug = yes -#with_rbuf = yes -#with_msgq = yes |