afsconf_GetKey,
(char *) 0);
- /* These two lines disallow jumbograms */
- rx_maxReceiveSize = OLD_MAX_PACKET_SIZE;
- rxi_nSendFrags = rxi_nRecvFrags = 1;
+ /* Disable jumbograms */
+ rx_SetNoJumbo();
tservice = rx_NewService(0, BUDB_SERVICE, "BackupDatabase",
sca, 3, BUDB_ExecuteRequest);