gnutls_anti_replay_set_window - Linux


Overview

The gnutls_anti_replay_set_window function sets the anti-replay protection window.

Syntax

gnutls_anti_replay_set_window(session, window_size);
  • session: The TLS session
  • window_size: The size of the anti-replay window

Options/Flags

None.

Examples

gnutls_anti_replay_set_window(session, 10);

Common Issues

None.

Integration

This function can be used to configure the anti-replay protection for TLS connections.

Related Commands

  • gnutls_anti_replay_init