1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-24 18:39:59 +00:00
gblues 5b3dd70ac3 Use a different packet size
== DETAILS

We had some disagreement on what packet size to use.

The maximum packet size varies depending on the actual network
hardware in use; the typical Ethernet value is relatively safe,
but not 100% compatible.

RFC 791 does, however, define a minimum datagram size that all
IP hosts must be able to handle--and it's large enough for our
needs, since we're generally not writing more than maybe 100
bytes at a time anyway.

I also did a little bit of cleanup for readability.
2018-05-06 19:08:32 -07:00
..
2018-01-31 11:23:57 +01:00
2017-12-12 00:24:18 -08:00
2017-12-25 07:49:07 +01:00
2018-05-06 19:08:32 -07:00
2018-04-09 17:35:27 +02:00
2018-02-05 01:33:54 +01:00