RetroArch/network
Bernhard Schelling 107283edc8
Updates to the netplay netpacket interface (#15887)
* Updates to the netplay netpacket interface
- Switch environment call number from 76 to 78 (retire 76 as it was never used by any core)
- Simplify broadcasts by removing the option to send to all but one client
- Separate explicit flushing and querying of incoming packet into two operations (RETRO_NETPACKET_FLUSH_HINT and retro_netpacket_poll_receive_t)
- Enable a core to specify a protocol version string which can get used instead of core version to determine compatibility between two players
- Log and notify a separate message when there is a content crc mismsatch to convey it being less severe (as different games may be able to do network communication with each other)

* C89 compile fix
2023-11-09 16:36:08 -08:00
..
cloud_sync Silence some warnings and general cleanups 2023-08-16 22:08:01 +02:00
drivers_wifi Try to use strlcpy/strlcat instead of snprintf when possible 2023-01-22 18:57:17 +01:00
netplay Updates to the netplay netpacket interface (#15887) 2023-11-09 16:36:08 -08:00
cloud_sync_driver.c Cloud Sync (#15548) 2023-08-04 09:20:50 +02:00
cloud_sync_driver.h Cloud Sync (#15548) 2023-08-04 09:20:50 +02:00
discord.c Replace more strlcat calls 2023-07-16 18:07:49 +02:00
discord.h (steam) Introduce Steam Rich Presence (#13798) 2022-04-02 08:07:40 +01:00
natt.c Replace more strlcat calls 2023-07-16 18:07:49 +02:00
natt.h Removed credits - requested by author 2022-11-01 21:40:13 +01:00
net_http_special.c Add TODO/FIXME comments 2020-06-04 14:09:45 +02:00
net_http_special.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
net_logger.c (Network) Add getnameinfo_retro (#14278) 2022-08-04 13:22:49 +02:00
presence.c (steam) Introduce Steam Rich Presence (#13798) 2022-04-02 08:07:40 +01:00
presence.h (steam) Introduce Steam Rich Presence (#13798) 2022-04-02 08:07:40 +01:00
wifi_driver.c Split up wifi networking code - move it into separate file (#13262) 2021-11-21 12:37:39 +01:00
wifi_driver.h Header uniformity cleanups 2023-05-30 21:21:05 +02:00