|
|
|
|
|
by fnordpiglet
1131 days ago
|
|
I do this to make extraordinarily small UDP packets for a low latency system. I record the raw payload then build a dictionary for the data, then share it on both sides. It reduces the packet overhead by removing the dictionary and it does a much better job than other approaches. |
|