Skip to content

Commit b4c3434

Browse files
Update README.md
1 parent 75da893 commit b4c3434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ Hello I'm the server
125125
Note: Important performance setting here is whether to use a buffer or a queue as buffering policy. Use Buffer if messages are mainly regions of byte[] such as (buffer, offset,count).
126126
Use Queue if the messages are full byte[] (0 to end).
127127
```c#
128-
client.GatherConfig = ScatterGatherConfig.UseQueue;
129-
server.GatherConfig = ScatterGatherConfig.UseBuffer;
128+
client.GatherConfig = ScatterGatherConfig.UseQueue;
129+
server.GatherConfig = ScatterGatherConfig.UseBuffer;
130130
```
131131
</br>For SSL variants difference is:
132132
```c#

0 commit comments

Comments
 (0)