Commit 7cc8428
authored
fixing some naming and typos that caused wrong value to be updated (#13031)
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.1 parent 22d3151 commit 7cc8428
2 files changed
Lines changed: 6 additions & 6 deletions
File tree
- transport-udt/src/main/java/io/netty/channel/udt
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
| 131 | + | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
| 138 | + | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments