Skip to content

Commit 6b1bf6b

Browse files
authored
Merge pull request #10551 from julek-wolfssl/dtls-perf-benchmark
Add DTLS throughput benchmark tool and optimize send path
2 parents 16a2681 + 8f198e4 commit 6b1bf6b

9 files changed

Lines changed: 924 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ wolfcrypt/test/testwolfcrypt
6161
examples/async/async_client
6262
examples/async/async_server
6363
examples/benchmark/tls_bench
64+
examples/benchmark/dtls_bench
6465
examples/client/client
6566
examples/echoclient/echoclient
6667
examples/echoserver/echoserver

.wolfssl_known_macro_extras

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ SL_SE_PRF_HMAC_SHA1
546546
SNIFFER_SINGLE_SESSION_CACHE
547547
SOCK_CLOEXEC
548548
SOFTDEVICE_PRESENT
549+
SO_BINDTODEVICE
549550
SO_NOSIGPIPE
550551
SO_REUSEPORT
551552
SP_INT_NO_ASM

0 commit comments

Comments
 (0)