mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
5b3dd70ac3
== 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. |
||
---|---|---|
.. | ||
drivers | ||
frontend_driver.c | ||
frontend_driver.h | ||
frontend_salamander.c | ||
frontend.c | ||
frontend.h |