From 5a7f14409e514d63dfffe7cfa2f5168f4e2facbc Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 5 Nov 2019 22:34:08 -0500 Subject: [PATCH] Updated nssu docs. --- nx/include/switch/services/ns.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nx/include/switch/services/ns.h b/nx/include/switch/services/ns.h index 563f06c2..71582759 100644 --- a/nx/include/switch/services/ns.h +++ b/nx/include/switch/services/ns.h @@ -311,10 +311,11 @@ Result nssuDestroySystemUpdateTask(void); /** * @brief RequestSendSystemUpdate - * @note The system will use the input addr/port with bind(). addr/port are little-endian. + * @note The system will use the input addr/port with bind(), the input addr will eventually be validated with the addr from accept(). addr/port are little-endian. + * @note After the system accepts a connection etc, an error will be thrown if the system is Internet-connected. * @note Only available on [4.0.0+]. * @param[out] a \ref AsyncResult - * @param[in] addr IPv4 address. qlaunch uses a local-WLAN addr, however this can be any addr. + * @param[in] addr Client IPv4 address. qlaunch uses a local-WLAN addr. * @param[in] port Socket port. qlaunch uses value 55556. * @param[in] info \ref NsSystemDeliveryInfo */ @@ -476,7 +477,7 @@ Result nssuControlHasReceived(NsSystemUpdateControl *c, bool* out); * @note Only available on [4.0.0+]. * @param c \ref NsSystemUpdateControl * @param[out] a \ref AsyncResult - * @param[in] addr IPv4 address. qlaunch uses a local-WLAN addr, however this can be any addr. + * @param[in] addr Server IPv4 address. qlaunch uses a local-WLAN addr, however this can be any addr. * @param[in] port Socket port. qlaunch uses value 55556. * @param[in] info \ref NsSystemDeliveryInfo */