Implement a TLS perf server with poll system call.

pull/330/head
Jämes Ménétrey 2022-07-22 14:58:20 +00:00
parent 14fdd8dc57
commit d114bf7f40
2 changed files with 1090 additions and 0 deletions

View File

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

File diff suppressed because it is too large Load Diff