© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
44 replies
mellowzippy

✅ Mysterious byte problem

https://github.com/MellowZippy1/Networking

I am working on a school project, I need to make a UDP-based FTP server, it should send a file using a slow-start approach, this has not been implemented yet. I do have a quite unique problem which is that even though I should be sending the same amount of bytes to the client (1024 bytes plus a JSON overhead) it keeps sending different amounts of overhead as shown in the picture below. It is sending all the data but I am wondering why the amount of bytes keeps changing? Is this an issue or just something that I should deal with?
image.png
GitHub
GitHub - MellowZippy1/Networking: Networking assignments met Naud
Networking assignments met Naud . Contribute to MellowZippy1/Networking development by creating an account on GitHub.
GitHub - MellowZippy1/Networking: Networking assignments met Naud
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Problem with converting WAV byte[] to MP3 byte[] (and vice versa)
C#CC# / help
3y ago
Condense Byte[] to BitArray to smaller Byte[]
C#CC# / help
4y ago
How to Read byte by byte until EOF?
C#CC# / help
2y ago
return Object<byte> after checking typeof(T) == typeof(byte)
C#CC# / help
14mo ago