Ondřej Surý
0dcbc6274b
Record the 'edns-udp-size' in the view, not in the resolver
...
Getting the recorded value of 'edns-udp-size' from the resolver requires
strong attach to the dns_view because we are accessing `view->resolver`.
This is not the case in places (f.e. dns_zone unit) where `.udpsize` is
accessed. By moving the .udpsize field from `struct dns_resolver` to
`struct dns_view`, we can access the value directly even with weakly
attached dns_view without the need to lock the view because `.udpsize`
can be accessed after the dns_view object has been shut down.
2022-10-05 11:59:36 -07:00
..
2022-10-05 11:59:36 -07:00
2022-10-04 14:21:41 +11:00
2022-10-05 16:44:05 +02:00
2022-08-26 09:09:24 +02:00
2022-10-05 16:44:05 +02:00
2022-08-26 09:09:24 +02:00
2022-10-05 16:44:05 +02:00
2022-08-26 09:09:24 +02:00
2022-09-12 12:18:57 +01:00
2022-08-09 08:19:51 +00:00
2022-09-19 16:36:28 +00:00
2022-10-05 16:44:05 +02:00
2022-10-05 16:44:05 +02:00
2022-09-26 16:28:12 +02:00
2022-10-05 16:44:05 +02:00
2022-10-05 16:44:05 +02:00
2022-10-05 16:44:05 +02:00
2022-09-19 15:56:02 +02:00
2022-10-05 16:44:05 +02:00
2022-06-28 11:56:31 +02:00
2022-06-28 11:56:31 +02:00
2022-07-05 12:29:01 +10:00
2022-07-13 00:14:13 +00:00
2022-08-09 08:19:51 +00:00
2022-09-19 15:56:02 +02:00
2022-09-26 10:30:57 +02:00
2022-09-12 12:18:57 +01:00
2022-08-09 08:19:51 +00:00
2022-08-23 11:01:31 +02:00
2022-08-22 15:55:46 +02:00
2022-10-05 11:59:36 -07:00
2022-09-23 13:15:16 +10:00
2022-07-18 13:38:47 +02:00
2022-09-23 13:17:53 +10:00
2022-09-23 13:17:55 +10:00
2022-09-08 11:27:31 +02:00
2022-09-28 09:24:34 +10:00
2022-09-13 12:07:13 +10:00
2022-07-15 10:33:46 +00:00
2022-10-05 16:44:05 +02:00
2022-10-05 16:44:05 +02:00
2022-09-19 15:56:02 +02:00
2022-09-12 12:18:57 +01:00
2022-08-09 08:19:51 +00:00
2022-10-05 16:44:05 +02:00
2022-09-19 16:36:28 +00:00
2022-10-05 11:59:36 -07:00
2022-09-21 14:25:33 -07:00
2022-10-05 16:44:05 +02:00
2022-10-05 16:44:05 +02:00
2022-10-05 16:44:05 +02:00
2022-09-15 08:42:45 +10:00
2022-08-16 07:36:12 +00:00
2022-09-23 13:23:49 +00:00
2022-09-26 16:28:12 +02:00
2022-09-19 15:56:02 +02:00
2022-10-05 11:59:36 -07:00
2022-09-19 15:50:06 +00:00
2022-10-05 11:59:36 -07:00
2022-10-05 16:44:05 +02:00