Skip to content

Commit

Permalink
Updating wireless docs
Browse files Browse the repository at this point in the history
  • Loading branch information
afska committed Feb 4, 2023
1 parent 91caddf commit ec78aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/wireless_adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ Whenever either side expects something to be sent from the other (as SPI is alwa
* Send length: 0, response length: 0+

* Responds with the ID of the adapter that wants to connect, or the length of the response is zero if no adapter wants to connect.
* Don’t know if multiple IDs can be included here[3](#i-know-more).
* Don’t know if multiple IDs can be included here[3](#i-know-more). ⚠️ Yes!

⚠️ I would rename this command to `AcceptConnections`. When acting as a host, games frequently call this method to accept new connections. It returns a list with all the connected adapter IDs (the already connected ones, and the ones that were potentially accepted by this call).
⚠️ I would rename this command to `AcceptConnections`. When acting as a host, games frequently call this method. Though this doesn't really **accepts** new connections (the adapter does it regardless of whether you call this command or not), it returns a list with all the connected adapter IDs, and it's important for keeping the server (and other clients) informed about who's connected.

⚠️ If this command reports 3 connected consoles, after turning off one of them, it will still report 3 consoles. Servers need to detect timeouts in other way.

Expand Down

0 comments on commit ec78aec

Please sign in to comment.