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:
Kamron Batman 2026-01-20 08:54:15 -08:00 committed by GitHub
parent 8133983b64
commit 1e4c32c809
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
77 changed files with 4612 additions and 4616 deletions

View file

@ -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