Marco Oliverio
ae0372d06a
dtls: client-threaded: remove 1 sec sleep between wolfSSL_Connect
2024-04-11 14:24:44 +02:00
Marco Oliverio
dca8dab35c
dtls: server threaded: fix: set dtls peer as soon as possible
...
avoid calling wolfSSL_Accept() on a socket while peer is not set, otherwise the
SSL objects may sends messages to the wrong peer. Also, use a "connected"
udp-socket to allow receiving packets from other peers in another socket bound
to the same local address.
2024-04-04 17:37:21 +02:00
jordan
11509fdf47
dtls threaded examples: fix mac warnings, small cleanup.
2024-01-19 10:13:55 -06:00
jordan
fae5acd049
dtls threaded examples: sanity check n_threads.
2024-01-17 00:51:53 -06:00
jordan
2fa54af672
dtls threaded examples: don't do double free.
2024-01-17 00:32:14 -06:00
jordan
cea1d0815e
Server and client dtls threaded examples.
2024-01-16 23:31:38 -06:00
Chris Conlon
9237d307b5
update copyright to 2020
2020-01-03 16:08:42 -08:00
abrahamsonn
ebd90c73d7
forgot to delete line 292 of server-dtls-threaded.c
2017-06-02 16:17:05 -06:00
abrahamsonn
5b5d9e9266
fixes from stupid past mistakes
2017-06-02 16:14:26 -06:00
abrahamsonn
63536b6b8f
I've stopped using the github file editor - back to using vim. Hopefully this will stop the indentation problems.
2017-06-02 15:53:21 -06:00
abrahamsonn
fc5f290c8b
Merge branch 'master' into dtls-branch
2017-06-02 13:18:04 -06:00
Kincade
33d50bbc60
Moved variable declarations appropriately, restored min function
2017-06-02 10:24:24 -06:00
Kincade
1a46ec1d16
Combined applicable functions into 'main' of each file
2017-06-01 13:31:11 -06:00
abrahamsonn
479381f0cc
Some memory & merge conflict fixes
2017-06-01 09:07:06 -06:00
abrahamsonn
dfa1d0f647
Memory leak fixes
2017-05-31 16:28:17 -06:00
Kincade
f6a5ff06e8
removed whitespaces, fixed memset warning
2017-05-16 16:10:51 -06:00
kaleb-himes
d33aaa80bc
format spaces removed
2015-07-16 13:33:47 -06:00
Nickolas Lapp
2a86261646
Updating DTLS from cyassl to wolfssl, updating headers
2015-05-26 13:06:23 -06:00
Kaleb Himes
aefe757308
removed printf causing warning when compiling with clang
2014-07-01 12:42:56 -06:00
Kaleb Himes
fdc8619097
updating threaded, not yet complete
2014-06-30 10:20:58 -06:00