Skip to content

Commit

Permalink
Merge pull request wolfSSL#330 from JamesMenetrey/tls_poll_perf
Browse files Browse the repository at this point in the history
Implement a TLS perf server with poll system call.
  • Loading branch information
lealem47 authored Sep 26, 2022
2 parents 4fa43cd + d114bf7 commit 3d37f3e
Show file tree
Hide file tree
Showing 2 changed files with 1,090 additions and 0 deletions.
1 change: 1 addition & 0 deletions tls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit 3d37f3e

Please sign in to comment.