Merge pull request #330 from JamesMenetrey/tls_poll_perf

Implement a TLS perf server with poll system call.
pull/340/head
lealem47 2022-09-26 15:10:16 -07:00 committed by GitHub
commit 3d37f3ecfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1090 additions and 0 deletions

View File

@ -23,6 +23,7 @@ LIBS+=$(DYN_LIB)
SRC=$(wildcard *.c)
TARGETS=$(patsubst %.c, %, $(SRC))
LINUX_SPECIFIC=client-tls-perf \
server-tls-poll-perf \
server-tls-epoll-perf \
server-tls-epoll-threaded

File diff suppressed because it is too large Load Diff