This document describes a custom network protocol designed to improve throughput performance compared to traditional TCP/IP protocols. The custom protocol uses a simplified 8-byte header containing only essential fields like source/destination addresses and port numbers, and sequence number. Tests of the custom protocol transferring a 10MB file between nodes achieved throughputs up to 902kbps, significantly higher than when using smaller packet sizes. By removing unnecessary TCP/IP header fields and processing, the custom protocol reduces overhead and improves throughput.