Skip to main content

All Questions

Tagged with
0 votes
1 answer
235 views

Can I encapsulate or alter UDP length?

While packet capturing on a game server I noticed my connection is sending a constant stream of UDP packets all of which roughly 64 bytes in length. How can I merge these packets to send a stream of ...