Packet size limitation

The hosts must be able to communicate with each other. If your network uses host names, the sending host must be able to resolve the receiving host's name to an IP address.

The mkreplica and syncreplica commands fail if they try to create a packet larger than the size supported by your system. To prevent this problem and improve reliability, use the -maxsize option to divide the packet into multiple packets:
multitool mkreplica -export -maxsize 1g ... 

multitool syncreplica -export -maxsize 500m ... 
multiutil mkreplica -export -maxsize 1g ... 

multiutil syncreplica -export -maxsize 500m ... 

You can also specify maximum packet sizes in the shipping.conf file (Linux™ and the UNIX™ system) or MultiSite Control Panel (Windows™).

For information about default packet size limits, see the mkreplica reference page.