d01282e5f9
Motivation: calculateMaxBytesPerGatheringWrite() contains duplicated calculation: getSendBufferSize() << 1 Modifications: Remove the duplicated calculation Result: The method will be clear and better