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 Add quick menu option to watch shader files for changes and recompile automatically (Linux only for now) 2018-01-25 15:50:57 -05:00
frontend_driver.h detect shader file changes on move and delete as well, and wait a few frames before re-applying changes 2018-01-25 19:09:55 -05:00
frontend_salamander.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
frontend.c Silence some unused variable warnings 2018-05-03 19:35:27 +02:00
frontend.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00