Fix test output for speed limit and streamline traffic marking in iptables

This commit is contained in:
ImBenji
2025-08-05 13:48:59 +01:00
parent 2d692e0bc0
commit 0346d60a8a
2 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ class ApiTester {
print(' IP: $peerIP');
// Test 2: Set speed limit
e print('\n📋 TEST 2: Set speed limit (62500 bytes/s = 500 kbps)');
print('\n📋 TEST 2: Set speed limit (62500 bytes/s = 500 kbps)');
final speedResponse = await makeRequest('POST', '/api/peers/speed-limit', {
'publicKey': publicKey,
'bytesPerSecond': 62500, // 500 kbps = 500000 bits/s = 62500 bytes/s