blob: cb899fc6601c626e303f495d2af5ef8676b9bec6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
@deftypefun {unsigned int} {gnutls_dtls_get_mtu} (gnutls_session_t @var{session})
@var{session}: is a @code{gnutls_session_t} type.
This function will return the MTU size as set with
@code{gnutls_dtls_set_mtu()} . This is not the actual MTU
of data you can transmit. Use @code{gnutls_dtls_get_data_mtu()}
for that reason.
@strong{Returns:} the set maximum transfer unit.
@strong{Since:} 3.0
@end deftypefun
|