diff --git a/_posts/2019-08-19-awdl.md b/_posts/2019-08-19-awdl.md index 37b2ef2..327c169 100644 --- a/_posts/2019-08-19-awdl.md +++ b/_posts/2019-08-19-awdl.md @@ -103,9 +103,9 @@ From a user perspective, the `awdl0` interface looks entirely unremarkable. It behaves largely like any other ethernet interface, carrying regular IPv6 traffic. In the background it's a bit more complicated, as the AWDL driver performs traffic filtering for security reasons, namely, to stop someone sat -next to you in the airport from browsing your file shares. Namely, regular -listening sockets won't accept connections over AWDL unless a specific socket -option was configured on the socket before it started listening. +next to you in the airport from browsing your file shares. Regular listening +sockets won't accept connections over AWDL unless a specific socket option was +configured on the socket before it started listening. Multicast traffic, however, does largely get passed through the filter untouched. Bingo.