ltm rule command UDP max buf pktsΒΆ

iRule(1)						BIG-IP TMSH Manual						  iRule(1)

UDP::max_buf_pkts
       This command can be used to set/get the maximum buffer packets value of a UDP connection.

SYNOPSIS
       UDP::max_buf_pkts (UDP_MAX_BUF_PKTS)?

DESCRIPTION
       UDP::max_buf_pkts returns the maximum buffer packets value of a UDP connection.	UDP::max_buf_pkts UDP_MAX_BUF_PKTS sets
       the maximum buffer packets value to specified value.

RETURN VALUE
       UDP::max_buf_pkts returns the maximum buffer packets value of a UDP connection.

VALID DURING
       ANY_EVENT

EXAMPLES
	# Get/set the max buffer packets of the UDP flow.
	when CLIENT_ACCEPTED {
	    log local0. "UDP get max buffer packets: [UDP::max_buf_pkts]"
	    # Set the max buffer packets to 5,000
	    log local0. "UDP set max buffer packets: [UPD::max_buf_pkts 5000]"
	    log local0. "UDP get max buffer packets: [UDP::max_buf_pkts]"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-16.1.0 --First introduced the command.

BIG-IP							    2022-04-12							  iRule(1)