The maximum size (in bytes) of the network packets sent to the primary Replication Server.
2048
An integer from 512 to 8192.
The value of the rs_packet_size parameter is the maximum size (in bytes) of the network packets handled by the TCP/IP network protocol.
The rs_packet_size parameter is equivalent to the Replication Server rsi_packet_size parameter.
When the network packet size is smaller, more packets must be processed to transmit a given amount of data from the Replication Agent to the primary Replication Server. When the network packet size is larger, more system resources are consumed to process the packets.
The optimum value of the rs_packet_size parameter is based on the nature of the typical data replicated. If the typical transaction operation is very large, a larger maximum packet size is more efficient.
A larger value of the rs_packet_size parameter is also more efficient if the value of the lti_batch_mode parameter is true.