mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Correct typos in comments
This commit is contained in:
committed by
Cameron Gutman
parent
70dc582f38
commit
b1ffa8a6c5
@@ -751,7 +751,7 @@ namespace platf {
|
||||
for (DWORD i = 0; i < wlan_interface_list->dwNumberOfItems; i++) {
|
||||
if (wlan_interface_list->InterfaceInfo[i].isState == wlan_interface_state_connected) {
|
||||
// Enable media streaming mode for 802.11 wireless interfaces to reduce latency and
|
||||
// unneccessary background scanning operations that cause packet loss and jitter.
|
||||
// unnecessary background scanning operations that cause packet loss and jitter.
|
||||
//
|
||||
// https://docs.microsoft.com/en-us/windows-hardware/drivers/network/oid-wdi-set-connection-quality
|
||||
// https://docs.microsoft.com/en-us/previous-versions/windows/hardware/wireless/native-802-11-media-streaming
|
||||
|
||||
Reference in New Issue
Block a user