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/README | |
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/README')
-rw-r--r-- | ecp/README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,10 +3,10 @@ To build this library you will need GNU Make installed and any modern C compiler First you need to create features.mk makefile: cp src/platform/posix/features_tmpl.mk src/platform/posix/features.mk -Edit it according to your needs. Defaults are fine. Note that with_rbuf and with_msgq are experimental features and should not be used in production. +Edit it according to your needs. Defaults are fine. To (re)build library, utilities and tests simply do: - ./build.sh (MAKE=gmake ./build.sh on *BSD systems) + ./build.sh In tests subdirectory you will find simple test examples. To test vc_server and vc_client (vconn feature) do: mkdir test/keys |