cloudfoundry / cloudfoundry/blackbox
Change maximum message size when using UDP protocol to 2KB instead of 1KB
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 7
- Forks
- 11
- Avg merge
- 16m
- Merged PRs (30d)
- 5
Description
Based on RFC 5426 section 3.2, "All syslog receivers SHOULD be able to receive datagrams with message sizes of up to and including 2048 octets."
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the UDP protocol implementation and its current 1KB message-size limit. Use RFC 5426 section 3.2 as the requirement; done means UDP handling supports messages up to 2048 octets instead of 1024.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100