RetroArch/frontend
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
..
drivers Use a different packet size 2018-05-06 19:08:32 -07:00
frontend_driver.c
frontend_driver.h
frontend_salamander.c
frontend.c Silence some unused variable warnings 2018-05-03 19:35:27 +02:00
frontend.h