mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-27 00:25:36 +01:00
Adapt programs to use nbio with DTLS
This commit is contained in:
parent
7de3c9eecb
commit
f03651217c
@ -946,7 +946,7 @@ int main( int argc, char *argv[] )
|
||||
else
|
||||
ssl_set_bio_timeout( &ssl, &server_fd, net_send, net_recv,
|
||||
#if defined(POLARSSL_HAVE_TIME)
|
||||
net_recv_timeout,
|
||||
opt.nbio == 0 ? net_recv_timeout : NULL,
|
||||
#else
|
||||
NULL,
|
||||
#endif
|
||||
|
@ -1596,7 +1596,7 @@ reset:
|
||||
else
|
||||
ssl_set_bio_timeout( &ssl, &client_fd, net_send, net_recv,
|
||||
#if defined(POLARSSL_HAVE_TIME)
|
||||
net_recv_timeout,
|
||||
opt.nbio == 0 ? net_recv_timeout : NULL,
|
||||
#else
|
||||
NULL,
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user