codeforUV / codeforUV/ruralnetv2

Up testing packet size

Open
#21 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4
Forks
3
PR merge metrics
No merged PRs in 30d

Description

If we need to (e.g. after EC fiber test) here is the line to change:

https://github.com/codeforUV/ruralnetv2/blob/main/src/routes/test/garbage.json/%2Bserver.js#L34

We should be able to simply do:

`randomBytes(1048576)` -> `randomBytes(1048576 * 2)`

Contributor guide

No contributing guide indexed for this repository

Research direction

Open src/routes/test/garbage.json/+server.js at line 34 and review how the testing packet is generated. Update the packet-size expression as described, then run the relevant test flow, including the EC fiber test if available, to confirm the larger packet is produced successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
networking
Issue type
Feature
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.