RetroArch/frontend/drivers
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
..
platform_ctr.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
platform_darwin.m (Darwin) Fix warnings 2018-01-31 11:23:57 +01:00
platform_dos.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
platform_emscripten.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
platform_gx.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
platform_null.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
platform_ps3.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
platform_psp.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
platform_qnx.c Try to use snprintf instead of sprintf 2018-04-25 11:31:50 +02:00
platform_unix.c (Android) Remove no longer needed machine/cpu-features.h 2018-04-28 19:29:30 +02:00
platform_unix.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
platform_wii.c Cleanups 2017-12-25 07:49:07 +01:00
platform_wiiu.c Use a different packet size 2018-05-06 19:08:32 -07:00
platform_win32.c Silence Clang warnings 2018-04-09 17:35:27 +02:00
platform_xdk.c (XDK1) Set default assets dir too 2018-02-19 13:43:32 +01:00
platform_xdk.h Split up code to platform_xdk.h 2018-02-05 01:33:54 +01:00
platform_xenon.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