diff options
| author | Tom DNetto <tom@tailscale.com> | 2023-01-05 11:27:17 -0800 |
|---|---|---|
| committer | Tom <twitchyliquid64@users.noreply.github.com> | 2023-01-05 11:56:14 -0800 |
| commit | 673b3d8dbd2a841e032cb970c30846a9cee6ea42 (patch) | |
| tree | c86560f5845fc7e74014419054113023fe9dc2b0 /cmd | |
| parent | 10eec37cd998c0884c491c19d785c335309ab253 (diff) | |
| download | tailscale-673b3d8dbd2a841e032cb970c30846a9cee6ea42.tar.xz tailscale-673b3d8dbd2a841e032cb970c30846a9cee6ea42.zip | |
net/dns,userspace: remove unused DNS paths, normalize query limit on iOS
With https://github.com/tailscale/corp/commit/a42a594bb311686197b64d6389524920a2b07b2a, iOS uses netstack and
hence there are no longer any platforms which use the legacy MagicDNS path. As such, we remove it.
We also normalize the limit for max in-flight DNS queries on iOS (it was 64, now its 256 as per other platforms).
It was 64 for the sake of being cautious about memory, but now we have 50Mb (iOS-15 and greater) instead of 15Mb
so we have the spare headroom.
Signed-off-by: Tom DNetto <tom@tailscale.com>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/tailscaled/depaware.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/tailscaled/depaware.txt b/cmd/tailscaled/depaware.txt index 69ff66596..8d48b6d7c 100644 --- a/cmd/tailscaled/depaware.txt +++ b/cmd/tailscaled/depaware.txt @@ -247,7 +247,7 @@ tailscale.com/cmd/tailscaled dependencies: (generated by github.com/tailscale/de tailscale.com/net/tsaddr from tailscale.com/ipn+ tailscale.com/net/tsdial from tailscale.com/control/controlclient+ 💣 tailscale.com/net/tshttpproxy from tailscale.com/control/controlclient+ - tailscale.com/net/tstun from tailscale.com/net/dns+ + tailscale.com/net/tstun from tailscale.com/cmd/tailscaled+ tailscale.com/net/wsconn from tailscale.com/control/controlhttp+ tailscale.com/paths from tailscale.com/ipn/ipnlocal+ 💣 tailscale.com/portlist from tailscale.com/ipn/ipnlocal |
