This website requires JavaScript.
Explore
Help
Sign In
TheCloud
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2025-08-03 17:57:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
v
/
vlib
/
net
/
mbedtls
History
Delyan Angelov
9f6150ee7b
net.mbedtls: bump mbedtls_ssl_conf_read_timeout value to 550ms (tested with
v run examples/net_t.v
)
2024-11-21 00:15:18 +02:00
..
mbedtls_compiles_test.v
breaking,vlib: update handling of imports whose symbols are not directly used in imported file, remove
pub const is_used = 1
workarounds (
#21160
)
2024-04-01 22:07:05 +03:00
mbedtls_sslconn_shutdown_does_not_panic_test.v
fmt: fix alignment of struct init fields (
#22025
)
2024-08-11 09:11:24 +03:00
mbedtls.c.v
net.mbedtls: define MBEDTLS_THREADING_PTHREAD, in mbedtls_config.h; call C.mbedtls_ssl_conf_read_timeout explicitly in the wrapper, with a shorter timeout value of 317ms (determined experimentally)
2024-11-20 23:42:19 +02:00
ssl_connection.c.v
net.mbedtls: bump mbedtls_ssl_conf_read_timeout value to 550ms (tested with
v run examples/net_t.v
)
2024-11-21 00:15:18 +02:00