fixing some naming and typo in transport-udt by zazf · Pull Request #13031 · netty/netty (original) (raw)

Motivation:

I accidentally find some typos in the transport-udt module, and two of them actually can affect the correctness of execution.

Modification:

Only changed some variable namings.
Variables in some setters in DefaultUdtChannelConfig.java and DefaultUdtServerChannelConfig.java are named incorrectly.

Result:

Now, DefaultUdtChannelConfig won't set SystemReceiveBufferSize and SystemSendBufferSize incorrectly.