blob: 2242070f26d8ec138437ae9c0ae1af7135bfa5ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@deftypefun {unsigned int} {gnutls_dtls_get_data_mtu} (gnutls_session_t @var{session})
@var{session}: is a @code{gnutls_session_t} type.
This function will return the actual maximum transfer unit for
application data. I.e. DTLS headers are subtracted from the
actual MTU which is set using @code{gnutls_dtls_set_mtu()} .
@strong{Returns:} the maximum allowed transfer unit.
@strong{Since:} 3.0
@end deftypefun
|