This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit 044debf
committed
Decrease number of socket instances in SocketPerformance_MultipleSocketClientAsync_LocalHostServerAsync
Larger number causes listen queue to be exceeded, resulting in client failures due to connection being rejected by server.1 parent 88a8b91 commit 044debf
File tree
1 file changed
+1
-1
lines changed- src/System.Net.Sockets/tests/PerformanceTests
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments