#include <nitro/wbt.h>
#define WBT_PACKET_SIZE_MIN 14
The minimum MP communication packet size that must be allocated for the WBT library's own protocol.
For data received by the WBT_GetBlock
function, transfer processing is done using a packet region the size of the whole packet with this value subtracted.
WBT_InitParent, WBT_SetPacketSize, WBT_MpParentSendHook, WBT_MpChildSendHook, WBT_GetBlock
09/21/2004 Initial version