|
|
|
|
|
by littlecranky67
906 days ago
|
|
> The issue with UDP is you're going to have to write a poorman's TCP stack on top of it. You can leverage a QUIC implementation nowadays for that - QUIC brings everything you need (session layer, congestion/flow control etc.). |
|