fix: Exempts localhost from IPLimiter. Preps testing for io_uring (#2316)
### Summary * Exempts localhost from IPLimiter * Updates tests to have proper sequential testing with packets * Updates tests to clean up NetState
This commit is contained in:
parent
8133983b64
commit
1e4c32c809
77 changed files with 4612 additions and 4616 deletions
|
|
@ -2,7 +2,7 @@ using System;
|
|||
using Server.Buffers;
|
||||
using Xunit;
|
||||
|
||||
namespace Server.Tests.Tests.Buffers;
|
||||
namespace Server.Tests.Buffers;
|
||||
|
||||
[Collection("Sequential Server Tests")]
|
||||
public class STArrayPoolTests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue