Skip to content

Instantly share code, notes, and snippets.

@gjasny
Created October 8, 2023 11:23
Show Gist options
  • Save gjasny/2f67f56a3d83185c6d824c9a473280c4 to your computer and use it in GitHub Desktop.
Save gjasny/2f67f56a3d83185c6d824c9a473280c4 to your computer and use it in GitHub Desktop.
c-ares GetHostByNameParallelLookups failure
217274 1696763757.865752 +++ exited with 0 +++
217273 1696763757.866237 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=217274, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
217273 1696763757.866800 +++ exited with 0 +++
217272 1696763757.866822 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=217273, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
217275 1696763757.871262 +++ exited with 0 +++
217272 1696763757.871657 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=217275, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
217277 1696763757.878446 +++ exited with 0 +++
217278 1696763757.887116 +++ exited with 0 +++
217276 1696763757.887543 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=217277, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
217276 1696763757.887950 +++ exited with 0 +++
217272 1696763757.888002 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=217276, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
217280 1696763757.900317 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
217280 1696763757.900455 connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
217280 1696763757.900701 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
217280 1696763757.900788 connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
217280 1696763757.901927 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
217280 1696763757.902026 connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
217280 1696763757.902194 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
217280 1696763757.902293 connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
217281 1696763757.903809 +++ exited with 0 +++
217280 1696763757.903817 +++ exited with 0 +++
217279 1696763757.904205 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=217281, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
217279 1696763757.904525 +++ exited with 0 +++
217272 1696763757.904557 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=217279, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
217282 1696763757.907840 +++ exited with 0 +++
217272 1696763757.907869 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=217282, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
217284 1696763757.911923 +++ exited with 0 +++
217285 1696763757.917304 +++ exited with 0 +++
217283 1696763757.917563 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=217284, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
217283 1696763757.917823 +++ exited with 0 +++
217272 1696763757.917846 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=217283, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
217272 1696763757.924649 socket(AF_INET, SOCK_STREAM, IPPROTO_IP) = 3
217272 1696763757.924736 setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
217272 1696763757.924791 setsockopt(3, SOL_TCP, TCP_NODELAY, [1], 4) = 0
217272 1696763757.924841 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 4
217272 1696763757.924893 bind(3, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("0.0.0.0")}, 16) = 0
217272 1696763757.924969 bind(4, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("0.0.0.0")}, 16) = 0
217272 1696763757.925031 getsockname(4, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("0.0.0.0")}, [16]) = 0
217272 1696763757.925088 getsockname(3, {sa_family=AF_INET, sin_port=htons(43561), sin_addr=inet_addr("0.0.0.0")}, [16]) = 0
217272 1696763757.925879 listen(3, 5) = 0
217272 1696763757.926978 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 5
217272 1696763757.927162 connect(5, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763757.927490 sendto(5, "\25k\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.927808 sendto(5, "\201\245\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.928086 sendto(5, "\4\342\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.928368 sendto(5, "\365g\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.928648 sendto(5, "V\256\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.928963 sendto(5, "\fE\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.929261 sendto(5, ",\323\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.929581 sendto(5, "\300W\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.929887 sendto(5, "=\241\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.930207 sendto(5, "E=\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.930525 sendto(5, "\371w\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.930826 sendto(5, "l<\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.931119 sendto(5, "R\304\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.931406 sendto(5, "\342\320\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.931705 sendto(5, "\262\355\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.932006 sendto(5, "\3749\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.932303 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 6
217272 1696763757.932491 connect(6, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763757.932809 sendto(6, "\207\35\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.933139 sendto(6, "\223\10\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.933431 sendto(6, "y\241\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.933730 sendto(6, "O#\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.934020 sendto(6, "\247\275\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.934325 sendto(6, "\245\206\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.934619 sendto(6, "\362q\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.934911 sendto(6, "\31o\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.935199 sendto(6, "w\226\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.935500 sendto(6, "L?\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.935792 sendto(6, "\236y\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.936091 sendto(6, "\374\252\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.936398 sendto(6, "\210Y\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.936706 sendto(6, "\277\357\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.937023 sendto(6, "\241\v\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.937318 sendto(6, "\227\361\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.937615 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 7
217272 1696763757.937806 connect(7, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763757.938095 sendto(7, "rd\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.938430 sendto(7, "p|\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.938717 sendto(7, "\340S\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.938998 sendto(7, "gP\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.939308 sendto(7, "\352 \1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.939690 sendto(7, "\335\310\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.939977 sendto(7, ">G\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.940261 sendto(7, "\366\262\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.940559 sendto(7, "\36{\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.940856 sendto(7, "\230\212\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.941166 sendto(7, "\273_\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.941455 sendto(7, "\363\271\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.941747 sendto(7, "\373\322\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.942050 sendto(7, "q:\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.942356 sendto(7, "\5\261\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.942673 sendto(7, "\366\266\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.942994 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 8
217272 1696763757.943186 connect(8, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763757.943560 sendto(8, "(\270\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.943874 sendto(8, "\377H\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.944168 sendto(8, "\337\245\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.944483 sendto(8, "\27d\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.944781 sendto(8, "?\232\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.945094 sendto(8, "\310\374\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.945380 sendto(8, "&\351\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.945666 sendto(8, "\30\224\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.945949 sendto(8, "\353a\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.946253 sendto(8, "\207C\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.946544 sendto(8, "\1\377\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.946846 sendto(8, "t\225\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.947157 sendto(8, "\333^\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.947458 sendto(8, "H[\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.947746 sendto(8, "\314\353\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.948042 sendto(8, "\254\271\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.948349 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 9
217272 1696763757.948547 connect(9, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763757.948950 sendto(9, "\200n\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.949289 sendto(9, "\214\33\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.949587 sendto(9, "\fd\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.949881 sendto(9, "\376)\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.950195 sendto(9, "\343p\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.950505 sendto(9, "\350/\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.950818 sendto(9, "\f\214\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.951105 sendto(9, "\343\235\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.951393 sendto(9, "\23q\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.951687 sendto(9, "*;\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.951988 sendto(9, "\357B\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.952290 sendto(9, "o\10\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.952581 sendto(9, "\231\234\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.952879 sendto(9, "\fT\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.953206 sendto(9, "\200R\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.953496 sendto(9, "\307\205\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.953788 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 10
217272 1696763757.953985 connect(10, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763757.954292 sendto(10, "j\30\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.954613 sendto(10, "R7\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.954926 sendto(10, "a\360\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.955233 sendto(10, "\370\263\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.955537 sendto(10, "\257\214\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.955828 sendto(10, "\316\276\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.956135 sendto(10, "\315\206\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.956437 sendto(10, "\220\312\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.956735 sendto(10, "\26\206\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.957048 sendto(10, "\223\214\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.957390 sendto(10, "\201_\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.957699 sendto(10, "\2E\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.958003 sendto(10, "u\304\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.958319 sendto(10, "\356 \1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.958622 sendto(10, "\n*\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.958935 sendto(10, "\215\302\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.959253 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 11
217272 1696763757.959449 connect(11, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763757.959770 sendto(11, "\373\256\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.960095 sendto(11, "J\336\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.960400 sendto(11, "q\305\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.960702 sendto(11, ",}\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.961014 sendto(11, "\320\30\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.961317 sendto(11, "\4\364\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.961616 sendto(11, "\241\270\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.961915 sendto(11, "\255\323\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.962218 sendto(11, "\2504\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.962520 sendto(11, ",\37\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.962818 sendto(11, "\207m\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.963116 sendto(11, "\345\222\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.963422 sendto(11, "wA\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.963722 sendto(11, "Zj\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.964022 sendto(11, "\306\321\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.964325 sendto(11, "\2219\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.964674 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 12
217272 1696763757.964871 connect(12, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763757.965198 sendto(12, "\232]\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.965512 sendto(12, "D\206\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.965809 sendto(12, "\244\316\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.966108 sendto(12, "\204(\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.966415 sendto(12, "\253\370\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.966716 sendto(12, ":\351\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.967017 sendto(12, "\2425\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.967325 sendto(12, "I\213\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.967621 sendto(12, "\v;\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.967924 sendto(12, "li\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.968226 sendto(12, "\234\240\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.968525 sendto(12, "\334\v\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.968835 sendto(12, "\317\373\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.969137 sendto(12, "\323\6\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.969440 sendto(12, "!\314\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.969740 sendto(12, "\344\265\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.970044 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 13
217272 1696763757.970242 connect(13, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763757.970557 sendto(13, "=7\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.970877 sendto(13, "\372\240\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.971181 sendto(13, "(\24\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.971498 sendto(13, "\322\27\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.971809 sendto(13, ";\324\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.972111 sendto(13, "\37\235\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.972419 sendto(13, "N(\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.972718 sendto(13, "b\224\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.973024 sendto(13, "\217\302\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.973322 sendto(13, "ig\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.973620 sendto(13, "\30:\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.973920 sendto(13, "-\0\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.974219 sendto(13, "8\372\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.974520 sendto(13, "\34\271\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.974824 sendto(13, "\355\302\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.975119 sendto(13, "\366~\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.975415 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 14
217272 1696763757.975617 connect(14, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763757.975972 sendto(14, "\375\22\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.976299 sendto(14, "6b\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.976602 sendto(14, "\23\321\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.976902 sendto(14, "\330f\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.977222 sendto(14, "a\306\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.977516 sendto(14, "\312\344\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.977812 sendto(14, "\322,\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.978112 sendto(14, "\2227\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.978405 sendto(14, "]e\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.978697 sendto(14, "\354\22\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.978990 sendto(14, "p\305\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.979301 sendto(14, "\326\177\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.979601 sendto(14, "7\263\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.979905 sendto(14, "T'\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.980244 sendto(14, "\242\275\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.980556 sendto(14, "\217\351\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.980859 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 15
217272 1696763757.981068 connect(15, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763757.981396 sendto(15, "_\325\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.981718 sendto(15, "\240\307\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.982049 sendto(15, "f\v\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.982358 sendto(15, "\347'\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.982665 sendto(15, "\26S\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.982971 sendto(15, "\360\337\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.983268 sendto(15, "\273\262\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.983571 sendto(15, "44\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.983882 sendto(15, "i\203\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.984183 sendto(15, "H\214\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.984483 sendto(15, "\263~\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.984782 sendto(15, "\37\320\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.985103 sendto(15, "W\0\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.985409 sendto(15, "M\230\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.985707 sendto(15, "8\213\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.986004 sendto(15, "\211\343\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.986312 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 16
217272 1696763757.986501 connect(16, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763757.986771 sendto(16, "z\v\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.987164 sendto(16, "\376\177\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.987471 sendto(16, ";\217\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.987780 sendto(16, "\334D\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.988099 sendto(16, "\347\305\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.988402 sendto(16, "\202\37\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.988699 sendto(16, "\203\10\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.989008 sendto(16, "\32\340\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.989325 sendto(16, "\16p\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.989633 sendto(16, "{\232\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.989939 sendto(16, "\326\243\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.990241 sendto(16, "HY\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.990545 sendto(16, "\324\207\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.990850 sendto(16, "zL\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.991151 sendto(16, "\246\n\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.991455 sendto(16, "\317\220\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.991886 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 17
217272 1696763757.992093 connect(17, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763757.992446 sendto(17, "\330@\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.992801 sendto(17, "\210\240\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.993120 sendto(17, "n\4\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.993432 sendto(17, "\202\7\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.993744 sendto(17, "I\347\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.994044 sendto(17, "\0065\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.994346 sendto(17, "4\336\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.994639 sendto(17, "1\7\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.994947 sendto(17, "K\334\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.995248 sendto(17, "\0357\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.995549 sendto(17, "r\243\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.995859 sendto(17, "\264>\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.996179 sendto(17, "D\16\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.996479 sendto(17, "U'\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.996784 sendto(17, "l)\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.997082 sendto(17, "v\205\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.997400 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 18
217272 1696763757.997602 connect(18, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763757.997929 sendto(18, "\27\226\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.998274 sendto(18, "$8\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.998580 sendto(18, "g5\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.998883 sendto(18, "\370\235\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.999190 sendto(18, "\235O\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.999502 sendto(18, "U\255\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763757.999822 sendto(18, "1\324\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.000132 sendto(18, "\255\360\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.000451 sendto(18, "\267a\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.000749 sendto(18, "\200\26\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.001066 sendto(18, "/\373\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.001379 sendto(18, "e7\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.001702 sendto(18, "\257\326\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.002002 sendto(18, "5$\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.002305 sendto(18, "~\346\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.002602 sendto(18, "\17\373\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.002900 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 19
217272 1696763758.003095 connect(19, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763758.003441 sendto(19, "u\331\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.003769 sendto(19, "\334\r\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.004076 sendto(19, "\352j\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.004374 sendto(19, "L\367\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.004719 sendto(19, "\321\352\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.005027 sendto(19, "\215\225\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.005321 sendto(19, "v\v\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.005617 sendto(19, "c6\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.005909 sendto(19, "[b\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.006206 sendto(19, "\1\345\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.006498 sendto(19, "\316\226\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.006794 sendto(19, "n\36\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.007090 sendto(19, "\265p\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.007385 sendto(19, "\177)\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.007679 sendto(19, "\327\332\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.007970 sendto(19, "W\36\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.008262 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 20
217272 1696763758.008452 connect(20, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763758.008774 sendto(20, "\331\222\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.009104 sendto(20, "\306\242\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.009407 sendto(20, "\301}\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.009706 sendto(20, "\357\255\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.010025 sendto(20, "I\273\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.010339 sendto(20, "\273\346\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.010660 sendto(20, "Z2\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.010968 sendto(20, "\270\300\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.011270 sendto(20, "\373\374\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.011575 sendto(20, "4\310\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.011876 sendto(20, "\35\340\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.012191 sendto(20, "+\205\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.012495 sendto(20, "J\253\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.012794 sendto(20, "\26\344\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.013117 sendto(20, "+O\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.013420 sendto(20, "\227\n\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763758.013541 recvfrom(4, "\25k\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.015220 sendto(4, "\25k\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.015344 recvfrom(5, "\25k\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.015412 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.015472 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.015544 getsockname(21, {sa_family=AF_INET, sin_port=htons(38488), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.016772 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.016836 recvfrom(4, "\201\245\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.018203 sendto(4, "\201\245\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.018340 recvfrom(5, "\201\245\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.018415 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.018478 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.018536 getsockname(21, {sa_family=AF_INET, sin_port=htons(47191), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.019606 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.019688 recvfrom(4, "\4\342\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.020991 sendto(4, "\4\342\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.021121 recvfrom(5, "\4\342\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.021199 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.021255 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.021312 getsockname(21, {sa_family=AF_INET, sin_port=htons(46359), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.022360 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.022427 recvfrom(4, "\365g\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.023672 sendto(4, "\365g\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.023803 recvfrom(5, "\365g\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.023867 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.023922 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.023991 getsockname(21, {sa_family=AF_INET, sin_port=htons(54310), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.025074 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.025141 recvfrom(4, "V\256\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.026399 sendto(4, "V\256\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.026533 recvfrom(5, "V\256\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.026605 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.026660 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.026717 getsockname(21, {sa_family=AF_INET, sin_port=htons(40101), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.027712 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.027791 recvfrom(4, "\fE\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.029144 sendto(4, "\fE\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.029282 recvfrom(5, "\fE\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.029373 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.029433 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.029497 getsockname(21, {sa_family=AF_INET, sin_port=htons(51034), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.030515 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.030587 recvfrom(4, ",\323\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.031884 sendto(4, ",\323\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.032005 recvfrom(5, ",\323\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.032068 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.032124 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.032181 getsockname(21, {sa_family=AF_INET, sin_port=htons(44482), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.033240 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.033310 recvfrom(4, "\300W\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.034621 sendto(4, "\300W\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.034751 recvfrom(5, "\300W\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.034821 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.034882 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.034943 getsockname(21, {sa_family=AF_INET, sin_port=htons(41353), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.035913 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.035984 recvfrom(4, "=\241\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.037242 sendto(4, "=\241\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.037372 recvfrom(5, "=\241\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.037444 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.037505 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.037564 getsockname(21, {sa_family=AF_INET, sin_port=htons(54947), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.038548 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.038620 recvfrom(4, "E=\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.039868 sendto(4, "E=\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.039986 recvfrom(5, "E=\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.040057 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.040118 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.040174 getsockname(21, {sa_family=AF_INET, sin_port=htons(51374), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.041232 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.041302 recvfrom(4, "\371w\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.042662 sendto(4, "\371w\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.042783 recvfrom(5, "\371w\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.042844 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.042900 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.042973 getsockname(21, {sa_family=AF_INET, sin_port=htons(45105), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.044025 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.044097 recvfrom(4, "l<\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.045516 sendto(4, "l<\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.045630 recvfrom(5, "l<\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.045685 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.045733 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.045782 getsockname(21, {sa_family=AF_INET, sin_port=htons(49871), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.046821 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.046899 recvfrom(4, "R\304\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.048214 sendto(4, "R\304\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.048361 recvfrom(5, "R\304\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.048432 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.048498 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.048555 getsockname(21, {sa_family=AF_INET, sin_port=htons(33198), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.049603 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.049679 recvfrom(4, "\342\320\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.050952 sendto(4, "\342\320\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.051082 recvfrom(5, "\342\320\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.051150 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.051210 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.051269 getsockname(21, {sa_family=AF_INET, sin_port=htons(50678), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.052258 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.052337 recvfrom(4, "\262\355\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.053630 sendto(4, "\262\355\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.053757 recvfrom(5, "\262\355\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.053825 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.053886 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.053954 getsockname(21, {sa_family=AF_INET, sin_port=htons(42079), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.054944 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.055009 recvfrom(4, "\3749\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.056273 sendto(4, "\3749\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47152), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.056405 recvfrom(5, "\3749\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.056473 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 21
217272 1696763758.056535 connect(21, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.056596 getsockname(21, {sa_family=AF_INET, sin_port=htons(39300), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.057751 recvfrom(4, "\207\35\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.059111 sendto(4, "\207\35\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.059244 recvfrom(6, "\207\35\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.059319 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.059382 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.059440 getsockname(5, {sa_family=AF_INET, sin_port=htons(60988), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.060475 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.060545 recvfrom(4, "\223\10\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.061866 sendto(4, "\223\10\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.062000 recvfrom(6, "\223\10\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.062070 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.062130 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.062191 getsockname(5, {sa_family=AF_INET, sin_port=htons(50748), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.063293 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.063365 recvfrom(4, "y\241\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.064701 sendto(4, "y\241\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.064830 recvfrom(6, "y\241\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.064895 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.064977 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.065036 getsockname(5, {sa_family=AF_INET, sin_port=htons(35092), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.066080 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.066150 recvfrom(4, "O#\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.067461 sendto(4, "O#\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.067591 recvfrom(6, "O#\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.067657 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.067717 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.067787 getsockname(5, {sa_family=AF_INET, sin_port=htons(56407), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.068853 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.068919 recvfrom(4, "\247\275\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.070288 sendto(4, "\247\275\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.070404 recvfrom(6, "\247\275\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.070471 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.070531 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.070605 getsockname(5, {sa_family=AF_INET, sin_port=htons(42242), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.071624 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.071697 recvfrom(4, "\245\206\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.073006 sendto(4, "\245\206\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.073132 recvfrom(6, "\245\206\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.073198 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.073261 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.073324 getsockname(5, {sa_family=AF_INET, sin_port=htons(57887), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.074389 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.074477 recvfrom(4, "\362q\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.075806 sendto(4, "\362q\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.075929 recvfrom(6, "\362q\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.075998 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.076056 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.076117 getsockname(5, {sa_family=AF_INET, sin_port=htons(56828), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.077165 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.077231 recvfrom(4, "\31o\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.078567 sendto(4, "\31o\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.078689 recvfrom(6, "\31o\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.078755 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.078816 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.078885 getsockname(5, {sa_family=AF_INET, sin_port=htons(37045), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.079947 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.080026 recvfrom(4, "w\226\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.081411 sendto(4, "w\226\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.081520 recvfrom(6, "w\226\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.081576 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.081629 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.081680 getsockname(5, {sa_family=AF_INET, sin_port=htons(39813), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.082759 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.082821 recvfrom(4, "L?\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.084148 sendto(4, "L?\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.084285 recvfrom(6, "L?\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.084354 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.084416 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.084476 getsockname(5, {sa_family=AF_INET, sin_port=htons(47965), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.085438 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.085509 recvfrom(4, "\236y\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.086771 sendto(4, "\236y\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.086889 recvfrom(6, "\236y\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.086955 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.087013 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.087072 getsockname(5, {sa_family=AF_INET, sin_port=htons(37758), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.088103 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.088171 recvfrom(4, "\374\252\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.089416 sendto(4, "\374\252\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.089543 recvfrom(6, "\374\252\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.089611 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.089668 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.089728 getsockname(5, {sa_family=AF_INET, sin_port=htons(48059), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.090711 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.090779 recvfrom(4, "\210Y\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.092012 sendto(4, "\210Y\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.092132 recvfrom(6, "\210Y\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.092209 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.092265 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.092323 getsockname(5, {sa_family=AF_INET, sin_port=htons(34742), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.093310 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.093373 recvfrom(4, "\277\357\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.094616 sendto(4, "\277\357\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.094733 recvfrom(6, "\277\357\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.094796 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.094854 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.094914 getsockname(5, {sa_family=AF_INET, sin_port=htons(34673), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.095892 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.095967 recvfrom(4, "\241\v\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.097293 sendto(4, "\241\v\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.097416 recvfrom(6, "\241\v\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.097490 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.097556 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.097615 getsockname(5, {sa_family=AF_INET, sin_port=htons(49299), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.098597 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.098657 recvfrom(4, "\227\361\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.099921 sendto(4, "\227\361\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(32773), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.100055 recvfrom(6, "\227\361\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.100121 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.100178 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.100238 getsockname(5, {sa_family=AF_INET, sin_port=htons(43649), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.101251 recvfrom(4, "rd\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.102497 sendto(4, "rd\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.102624 recvfrom(7, "rd\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.102695 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.102751 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.102808 getsockname(5, {sa_family=AF_INET, sin_port=htons(49152), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.103797 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.103851 recvfrom(4, "p|\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.105108 sendto(4, "p|\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.105234 recvfrom(7, "p|\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.105297 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.105351 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.105413 getsockname(5, {sa_family=AF_INET, sin_port=htons(41495), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.106424 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.106492 recvfrom(4, "\340S\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.107758 sendto(4, "\340S\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.107876 recvfrom(7, "\340S\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.107946 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.108007 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.108068 getsockname(5, {sa_family=AF_INET, sin_port=htons(43587), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.109044 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.109119 recvfrom(4, "gP\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.110392 sendto(4, "gP\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.110527 recvfrom(7, "gP\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.110593 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.110652 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.110713 getsockname(5, {sa_family=AF_INET, sin_port=htons(45054), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.111671 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.111736 recvfrom(4, "\352 \1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.112998 sendto(4, "\352 \204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.113119 recvfrom(7, "\352 \204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.113190 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.113249 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.113314 getsockname(5, {sa_family=AF_INET, sin_port=htons(51003), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.114292 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.114355 recvfrom(4, "\335\310\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.115575 sendto(4, "\335\310\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.115717 recvfrom(7, "\335\310\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.115779 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.115837 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.115893 getsockname(5, {sa_family=AF_INET, sin_port=htons(54658), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.116842 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.116898 recvfrom(4, ">G\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.118259 sendto(4, ">G\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.118368 recvfrom(7, ">G\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.118424 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.118473 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.118526 getsockname(5, {sa_family=AF_INET, sin_port=htons(59335), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.119627 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.119691 recvfrom(4, "\366\262\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.121005 sendto(4, "\366\262\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.121143 recvfrom(7, "\366\262\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.121209 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.121278 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.121338 getsockname(5, {sa_family=AF_INET, sin_port=htons(52901), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.122422 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.122493 recvfrom(4, "\36{\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.123736 sendto(4, "\36{\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.123864 recvfrom(7, "\36{\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.123931 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.123994 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.124054 getsockname(5, {sa_family=AF_INET, sin_port=htons(33266), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.125051 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.125124 recvfrom(4, "\230\212\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.126354 sendto(4, "\230\212\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.126480 recvfrom(7, "\230\212\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.126544 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.126598 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.126656 getsockname(5, {sa_family=AF_INET, sin_port=htons(33544), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.127626 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.127695 recvfrom(4, "\273_\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.128982 sendto(4, "\273_\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.129112 recvfrom(7, "\273_\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.129180 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.129236 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.129297 getsockname(5, {sa_family=AF_INET, sin_port=htons(42025), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.130321 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.130387 recvfrom(4, "\363\271\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.131630 sendto(4, "\363\271\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.131734 recvfrom(7, "\363\271\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.131797 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.131854 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.131919 getsockname(5, {sa_family=AF_INET, sin_port=htons(40450), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.132935 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.133002 recvfrom(4, "\373\322\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.134203 sendto(4, "\373\322\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.134333 recvfrom(7, "\373\322\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.134396 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.134455 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.134513 getsockname(5, {sa_family=AF_INET, sin_port=htons(49966), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.135515 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.135578 recvfrom(4, "q:\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.136842 sendto(4, "q:\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.136964 recvfrom(7, "q:\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.137032 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.137091 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.137154 getsockname(5, {sa_family=AF_INET, sin_port=htons(35059), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.138138 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.138213 recvfrom(4, "\5\261\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.139509 sendto(4, "\5\261\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.139639 recvfrom(7, "\5\261\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.139702 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.139757 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.139816 getsockname(5, {sa_family=AF_INET, sin_port=htons(38350), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.140799 recvfrom(7, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.140859 recvfrom(4, "\366\266\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.142109 sendto(4, "\366\266\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(54500), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.142241 recvfrom(7, "\366\266\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.142306 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.142364 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.142425 getsockname(5, {sa_family=AF_INET, sin_port=htons(41067), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.143486 recvfrom(4, "(\270\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.144735 sendto(4, "(\270\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.144860 recvfrom(8, "(\270\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.144940 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.144998 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.145056 getsockname(5, {sa_family=AF_INET, sin_port=htons(35160), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.146059 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.146122 recvfrom(4, "\377H\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.147419 sendto(4, "\377H\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.147544 recvfrom(8, "\377H\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.147609 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.147666 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.147726 getsockname(5, {sa_family=AF_INET, sin_port=htons(50050), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.148738 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.148805 recvfrom(4, "\337\245\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.150092 sendto(4, "\337\245\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.150222 recvfrom(8, "\337\245\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.150288 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.150348 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.150409 getsockname(5, {sa_family=AF_INET, sin_port=htons(53790), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.151425 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.151478 recvfrom(4, "\27d\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.152670 sendto(4, "\27d\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.152790 recvfrom(8, "\27d\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.152851 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.152905 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.152966 getsockname(5, {sa_family=AF_INET, sin_port=htons(43109), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.153969 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.154040 recvfrom(4, "?\232\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.155294 sendto(4, "?\232\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.155402 recvfrom(8, "?\232\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.155459 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.155510 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.155561 getsockname(5, {sa_family=AF_INET, sin_port=htons(56239), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.156642 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.156702 recvfrom(4, "\310\374\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.158106 sendto(4, "\310\374\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.158240 recvfrom(8, "\310\374\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.158309 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.158366 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.158423 getsockname(5, {sa_family=AF_INET, sin_port=htons(53469), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.159444 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.159507 recvfrom(4, "&\351\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.160757 sendto(4, "&\351\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.160883 recvfrom(8, "&\351\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.160951 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.161009 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.161075 getsockname(5, {sa_family=AF_INET, sin_port=htons(37906), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.162098 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.162174 recvfrom(4, "\30\224\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.163473 sendto(4, "\30\224\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.163607 recvfrom(8, "\30\224\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.163672 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.163733 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.163795 getsockname(5, {sa_family=AF_INET, sin_port=htons(54257), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.164758 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.164827 recvfrom(4, "\353a\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.166116 sendto(4, "\353a\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.166238 recvfrom(8, "\353a\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.166304 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.166361 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.166420 getsockname(5, {sa_family=AF_INET, sin_port=htons(53772), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.167441 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.167510 recvfrom(4, "\207C\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.168764 sendto(4, "\207C\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.168891 recvfrom(8, "\207C\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.168971 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.169031 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.169091 getsockname(5, {sa_family=AF_INET, sin_port=htons(54309), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.170134 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.170210 recvfrom(4, "\1\377\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.171419 sendto(4, "\1\377\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.171541 recvfrom(8, "\1\377\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.171609 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.171666 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.171725 getsockname(5, {sa_family=AF_INET, sin_port=htons(56131), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.172695 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.172770 recvfrom(4, "t\225\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.174015 sendto(4, "t\225\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.174140 recvfrom(8, "t\225\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.174203 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.174258 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.174318 getsockname(5, {sa_family=AF_INET, sin_port=htons(54989), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.175322 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.175390 recvfrom(4, "\333^\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.176671 sendto(4, "\333^\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.176794 recvfrom(8, "\333^\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.176858 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.176916 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.176979 getsockname(5, {sa_family=AF_INET, sin_port=htons(50490), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.178003 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.178076 recvfrom(4, "H[\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.179379 sendto(4, "H[\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.179513 recvfrom(8, "H[\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.179585 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.179640 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.179701 getsockname(5, {sa_family=AF_INET, sin_port=htons(52315), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.180772 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.180839 recvfrom(4, "\314\353\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.182086 sendto(4, "\314\353\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.182218 recvfrom(8, "\314\353\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.182296 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.182356 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.182418 getsockname(5, {sa_family=AF_INET, sin_port=htons(52235), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.183417 recvfrom(8, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.183480 recvfrom(4, "\254\271\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.184731 sendto(4, "\254\271\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56080), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.184854 recvfrom(8, "\254\271\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.184923 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.184972 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.185031 getsockname(5, {sa_family=AF_INET, sin_port=htons(44988), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.186073 recvfrom(4, "\200n\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.187362 sendto(4, "\200n\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.187481 recvfrom(9, "\200n\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.187552 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.187610 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.187670 getsockname(5, {sa_family=AF_INET, sin_port=htons(55963), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.188719 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.188794 recvfrom(4, "\214\33\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.190050 sendto(4, "\214\33\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.190183 recvfrom(9, "\214\33\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.190246 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.190301 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.190357 getsockname(5, {sa_family=AF_INET, sin_port=htons(47889), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.191324 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.191396 recvfrom(4, "\fd\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.192744 sendto(4, "\fd\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.192855 recvfrom(9, "\fd\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.192912 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.192961 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.193014 getsockname(5, {sa_family=AF_INET, sin_port=htons(55028), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.194172 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.194235 recvfrom(4, "\376)\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.195556 sendto(4, "\376)\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.195681 recvfrom(9, "\376)\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.195748 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.195811 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.195871 getsockname(5, {sa_family=AF_INET, sin_port=htons(41114), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.196900 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.197003 recvfrom(4, "\343p\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.198311 sendto(4, "\343p\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.198438 recvfrom(9, "\343p\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.198514 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.198572 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.198635 getsockname(5, {sa_family=AF_INET, sin_port=htons(39375), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.199670 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.199737 recvfrom(4, "\350/\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.201089 sendto(4, "\350/\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.201225 recvfrom(9, "\350/\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.201296 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.201356 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.201415 getsockname(5, {sa_family=AF_INET, sin_port=htons(33688), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.202453 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.202527 recvfrom(4, "\f\214\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.203812 sendto(4, "\f\214\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.203942 recvfrom(9, "\f\214\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.204013 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.204071 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.204131 getsockname(5, {sa_family=AF_INET, sin_port=htons(33911), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.205134 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.205212 recvfrom(4, "\343\235\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.206555 sendto(4, "\343\235\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.206684 recvfrom(9, "\343\235\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.206757 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.206817 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.206874 getsockname(5, {sa_family=AF_INET, sin_port=htons(45066), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.207947 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.208007 recvfrom(4, "\23q\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.209307 sendto(4, "\23q\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.209457 recvfrom(9, "\23q\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.209529 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.209596 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.209654 getsockname(5, {sa_family=AF_INET, sin_port=htons(40680), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.210696 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.210773 recvfrom(4, "*;\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.212103 sendto(4, "*;\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.212230 recvfrom(9, "*;\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.212302 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.212359 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.212415 getsockname(5, {sa_family=AF_INET, sin_port=htons(34187), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.213455 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.213526 recvfrom(4, "\357B\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.214865 sendto(4, "\357B\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.215004 recvfrom(9, "\357B\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.215072 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.215130 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.215188 getsockname(5, {sa_family=AF_INET, sin_port=htons(35797), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.216194 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.216259 recvfrom(4, "o\10\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.217570 sendto(4, "o\10\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.217697 recvfrom(9, "o\10\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.217767 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.217830 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.217890 getsockname(5, {sa_family=AF_INET, sin_port=htons(48305), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.218956 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.219022 recvfrom(4, "\231\234\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.220288 sendto(4, "\231\234\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.220422 recvfrom(9, "\231\234\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.220488 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.220543 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.220610 getsockname(5, {sa_family=AF_INET, sin_port=htons(59527), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.221676 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.221742 recvfrom(4, "\fT\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.223087 sendto(4, "\fT\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.223214 recvfrom(9, "\fT\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.223285 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.223346 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.223405 getsockname(5, {sa_family=AF_INET, sin_port=htons(39629), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.224453 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.224524 recvfrom(4, "\200R\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.225820 sendto(4, "\200R\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.225949 recvfrom(9, "\200R\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.226019 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.226077 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.226136 getsockname(5, {sa_family=AF_INET, sin_port=htons(41430), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.227129 recvfrom(9, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.227193 recvfrom(4, "\307\205\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.228435 sendto(4, "\307\205\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45169), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.228570 recvfrom(9, "\307\205\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.228639 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.228705 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.228770 getsockname(5, {sa_family=AF_INET, sin_port=htons(55558), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.229962 recvfrom(4, "j\30\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.231337 sendto(4, "j\30\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.231453 recvfrom(10, "j\30\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.231510 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.231572 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.231633 getsockname(5, {sa_family=AF_INET, sin_port=htons(34589), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.232684 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.232747 recvfrom(4, "R7\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.234079 sendto(4, "R7\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.234207 recvfrom(10, "R7\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.234272 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.234327 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.234386 getsockname(5, {sa_family=AF_INET, sin_port=htons(44114), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.235421 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.235494 recvfrom(4, "a\360\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.236750 sendto(4, "a\360\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.236871 recvfrom(10, "a\360\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.236957 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.237012 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.237071 getsockname(5, {sa_family=AF_INET, sin_port=htons(52503), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.238098 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.238163 recvfrom(4, "\370\263\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.239406 sendto(4, "\370\263\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.239535 recvfrom(10, "\370\263\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.239599 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.239653 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.239710 getsockname(5, {sa_family=AF_INET, sin_port=htons(33028), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.240732 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.240799 recvfrom(4, "\257\214\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.242052 sendto(4, "\257\214\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.242172 recvfrom(10, "\257\214\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.242250 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.242308 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.242364 getsockname(5, {sa_family=AF_INET, sin_port=htons(55997), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.243353 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.243428 recvfrom(4, "\316\276\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.244753 sendto(4, "\316\276\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.244886 recvfrom(10, "\316\276\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.244958 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.245030 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.245094 getsockname(5, {sa_family=AF_INET, sin_port=htons(48390), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.246125 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.246201 recvfrom(4, "\315\206\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.247459 sendto(4, "\315\206\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.247570 recvfrom(10, "\315\206\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.247639 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.247697 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.247759 getsockname(5, {sa_family=AF_INET, sin_port=htons(41115), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.248767 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.248835 recvfrom(4, "\220\312\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.250100 sendto(4, "\220\312\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.250232 recvfrom(10, "\220\312\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.250295 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.250351 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.250409 getsockname(5, {sa_family=AF_INET, sin_port=htons(36679), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.251408 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.251476 recvfrom(4, "\26\206\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.252739 sendto(4, "\26\206\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.252870 recvfrom(10, "\26\206\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.252932 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.252989 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.253046 getsockname(5, {sa_family=AF_INET, sin_port=htons(48146), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.254058 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.254123 recvfrom(4, "\223\214\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.255351 sendto(4, "\223\214\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.255473 recvfrom(10, "\223\214\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.255545 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.255601 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.255657 getsockname(5, {sa_family=AF_INET, sin_port=htons(57463), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.256638 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.256710 recvfrom(4, "\201_\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.257945 sendto(4, "\201_\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.258068 recvfrom(10, "\201_\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.258143 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.258198 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.258256 getsockname(5, {sa_family=AF_INET, sin_port=htons(58383), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.259289 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.259360 recvfrom(4, "\2E\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.260620 sendto(4, "\2E\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.260734 recvfrom(10, "\2E\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.260801 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.260863 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.260929 getsockname(5, {sa_family=AF_INET, sin_port=htons(37867), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.261898 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.261965 recvfrom(4, "u\304\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.263210 sendto(4, "u\304\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.263327 recvfrom(10, "u\304\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.263392 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.263449 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.263509 getsockname(5, {sa_family=AF_INET, sin_port=htons(55967), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.264521 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.264586 recvfrom(4, "\356 \1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.265851 sendto(4, "\356 \204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.265974 recvfrom(10, "\356 \204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.266042 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.266098 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.266156 getsockname(5, {sa_family=AF_INET, sin_port=htons(39212), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.267238 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.267307 recvfrom(4, "\n*\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.268662 sendto(4, "\n*\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.268797 recvfrom(10, "\n*\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.268862 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.268934 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.268995 getsockname(5, {sa_family=AF_INET, sin_port=htons(45792), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.269987 recvfrom(10, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.270056 recvfrom(4, "\215\302\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.271317 sendto(4, "\215\302\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(45075), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.271440 recvfrom(10, "\215\302\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.271505 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.271564 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.271623 getsockname(5, {sa_family=AF_INET, sin_port=htons(43099), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.272728 recvfrom(4, "\373\256\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.273999 sendto(4, "\373\256\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.274118 recvfrom(11, "\373\256\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.274191 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.274246 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.274303 getsockname(5, {sa_family=AF_INET, sin_port=htons(50729), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.275305 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.275382 recvfrom(4, "J\336\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.276650 sendto(4, "J\336\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.276774 recvfrom(11, "J\336\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.276841 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.276899 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.276978 getsockname(5, {sa_family=AF_INET, sin_port=htons(58653), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.278026 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.278098 recvfrom(4, "q\305\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.279414 sendto(4, "q\305\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.279527 recvfrom(11, "q\305\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.279593 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.279647 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.279712 getsockname(5, {sa_family=AF_INET, sin_port=htons(53973), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.280705 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.280768 recvfrom(4, ",}\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.282012 sendto(4, ",}\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.282137 recvfrom(11, ",}\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.282202 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.282256 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.282316 getsockname(5, {sa_family=AF_INET, sin_port=htons(39414), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.283314 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.283380 recvfrom(4, "\320\30\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.284567 sendto(4, "\320\30\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.284681 recvfrom(11, "\320\30\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.284743 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.284798 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.284855 getsockname(5, {sa_family=AF_INET, sin_port=htons(52816), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.285852 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.285917 recvfrom(4, "\4\364\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.287176 sendto(4, "\4\364\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.287308 recvfrom(11, "\4\364\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.287373 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.287431 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.287491 getsockname(5, {sa_family=AF_INET, sin_port=htons(54873), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.288506 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.288569 recvfrom(4, "\241\270\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.289898 sendto(4, "\241\270\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.290028 recvfrom(11, "\241\270\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.290092 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.290159 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.290217 getsockname(5, {sa_family=AF_INET, sin_port=htons(53755), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.291202 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.291276 recvfrom(4, "\255\323\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.292579 sendto(4, "\255\323\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.292699 recvfrom(11, "\255\323\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.292763 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.292818 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.292877 getsockname(5, {sa_family=AF_INET, sin_port=htons(42177), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.293871 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.293943 recvfrom(4, "\2504\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.295198 sendto(4, "\2504\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.295311 recvfrom(11, "\2504\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.295373 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.295427 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.295488 getsockname(5, {sa_family=AF_INET, sin_port=htons(41340), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.296469 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.296533 recvfrom(4, ",\37\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.297740 sendto(4, ",\37\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.297881 recvfrom(11, ",\37\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.297946 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.298011 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.298073 getsockname(5, {sa_family=AF_INET, sin_port=htons(43651), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.299074 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.299147 recvfrom(4, "\207m\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.300451 sendto(4, "\207m\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.300571 recvfrom(11, "\207m\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.300638 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.300697 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.300758 getsockname(5, {sa_family=AF_INET, sin_port=htons(52291), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.301775 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.301845 recvfrom(4, "\345\222\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.303108 sendto(4, "\345\222\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.303213 recvfrom(11, "\345\222\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.303269 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.303322 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.303374 getsockname(5, {sa_family=AF_INET, sin_port=htons(55484), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.304462 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.304519 recvfrom(4, "wA\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.305851 sendto(4, "wA\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.305997 recvfrom(11, "wA\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.306063 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.306128 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.306189 getsockname(5, {sa_family=AF_INET, sin_port=htons(38310), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.307214 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.307281 recvfrom(4, "Zj\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.308552 sendto(4, "Zj\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.308679 recvfrom(11, "Zj\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.308744 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.308800 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.308868 getsockname(5, {sa_family=AF_INET, sin_port=htons(40267), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.309899 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.309969 recvfrom(4, "\306\321\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.311295 sendto(4, "\306\321\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.311417 recvfrom(11, "\306\321\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.311489 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.311552 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.311617 getsockname(5, {sa_family=AF_INET, sin_port=htons(48650), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.312661 recvfrom(11, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.312725 recvfrom(4, "\2219\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.313985 sendto(4, "\2219\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41856), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.314098 recvfrom(11, "\2219\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.314167 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.314228 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.314288 getsockname(5, {sa_family=AF_INET, sin_port=htons(43562), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.315349 recvfrom(4, "\232]\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.316583 sendto(4, "\232]\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.316705 recvfrom(12, "\232]\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.316776 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.316835 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.316895 getsockname(5, {sa_family=AF_INET, sin_port=htons(56137), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.317907 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.317976 recvfrom(4, "D\206\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.319242 sendto(4, "D\206\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.319370 recvfrom(12, "D\206\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.319433 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.319486 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.319547 getsockname(5, {sa_family=AF_INET, sin_port=htons(58417), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.320479 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.320543 recvfrom(4, "\244\316\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.321879 sendto(4, "\244\316\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.322017 recvfrom(12, "\244\316\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.322086 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.322146 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.322206 getsockname(5, {sa_family=AF_INET, sin_port=htons(56511), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.323182 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.323257 recvfrom(4, "\204(\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.324582 sendto(4, "\204(\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.324703 recvfrom(12, "\204(\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.324766 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.324824 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.324882 getsockname(5, {sa_family=AF_INET, sin_port=htons(38395), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.325909 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.325981 recvfrom(4, "\253\370\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.327264 sendto(4, "\253\370\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.327394 recvfrom(12, "\253\370\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.327459 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.327514 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.327570 getsockname(5, {sa_family=AF_INET, sin_port=htons(54737), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.328693 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.328767 recvfrom(4, ":\351\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.330222 sendto(4, ":\351\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.330355 recvfrom(12, ":\351\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.330423 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.330485 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.330542 getsockname(5, {sa_family=AF_INET, sin_port=htons(43991), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.331546 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.331619 recvfrom(4, "\2425\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.332918 sendto(4, "\2425\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.333032 recvfrom(12, "\2425\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.333095 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.333150 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.333208 getsockname(5, {sa_family=AF_INET, sin_port=htons(35189), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.334239 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.334313 recvfrom(4, "I\213\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.335572 sendto(4, "I\213\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.335690 recvfrom(12, "I\213\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.335753 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.335808 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.335868 getsockname(5, {sa_family=AF_INET, sin_port=htons(54924), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.336869 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.336936 recvfrom(4, "\v;\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.338246 sendto(4, "\v;\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.338367 recvfrom(12, "\v;\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.338438 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.338496 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.338561 getsockname(5, {sa_family=AF_INET, sin_port=htons(50354), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.339679 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.339735 recvfrom(4, "li\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.341128 sendto(4, "li\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.341237 recvfrom(12, "li\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.341292 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.341343 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.341392 getsockname(5, {sa_family=AF_INET, sin_port=htons(49958), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.342396 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.342502 recvfrom(4, "\234\240\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.343790 sendto(4, "\234\240\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.343914 recvfrom(12, "\234\240\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.343984 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.344043 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.344099 getsockname(5, {sa_family=AF_INET, sin_port=htons(54606), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.345061 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.345133 recvfrom(4, "\334\v\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.346332 sendto(4, "\334\v\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.346459 recvfrom(12, "\334\v\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.346522 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.346586 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.346648 getsockname(5, {sa_family=AF_INET, sin_port=htons(36224), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.347633 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.347705 recvfrom(4, "\317\373\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.348947 sendto(4, "\317\373\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.349073 recvfrom(12, "\317\373\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.349136 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.349194 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.349249 getsockname(5, {sa_family=AF_INET, sin_port=htons(33131), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.350240 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.350305 recvfrom(4, "\323\6\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.351560 sendto(4, "\323\6\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.351675 recvfrom(12, "\323\6\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.351743 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.351799 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.351856 getsockname(5, {sa_family=AF_INET, sin_port=htons(40779), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.352841 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.352906 recvfrom(4, "!\314\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.354131 sendto(4, "!\314\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.354248 recvfrom(12, "!\314\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.354310 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.354366 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.354423 getsockname(5, {sa_family=AF_INET, sin_port=htons(33168), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.355380 recvfrom(12, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.355445 recvfrom(4, "\344\265\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.356647 sendto(4, "\344\265\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(56850), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.356759 recvfrom(12, "\344\265\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.356821 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.356875 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.356943 getsockname(5, {sa_family=AF_INET, sin_port=htons(44663), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.358033 recvfrom(4, "=7\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.359273 sendto(4, "=7\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.359395 recvfrom(13, "=7\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.359463 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.359520 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.359579 getsockname(5, {sa_family=AF_INET, sin_port=htons(57888), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.360529 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.360603 recvfrom(4, "\372\240\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.361897 sendto(4, "\372\240\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.362015 recvfrom(13, "\372\240\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.362077 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.362133 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.362189 getsockname(5, {sa_family=AF_INET, sin_port=htons(55383), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.363248 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.363328 recvfrom(4, "(\24\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.364601 sendto(4, "(\24\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.364725 recvfrom(13, "(\24\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.364793 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.364853 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.364912 getsockname(5, {sa_family=AF_INET, sin_port=htons(49392), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.365898 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.365965 recvfrom(4, "\322\27\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.367267 sendto(4, "\322\27\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.367390 recvfrom(13, "\322\27\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.367453 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.367510 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.367568 getsockname(5, {sa_family=AF_INET, sin_port=htons(52044), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.368551 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.368628 recvfrom(4, ";\324\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.369910 sendto(4, ";\324\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.370041 recvfrom(13, ";\324\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.370107 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.370171 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.370230 getsockname(5, {sa_family=AF_INET, sin_port=htons(48536), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.371255 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.371320 recvfrom(4, "\37\235\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.372643 sendto(4, "\37\235\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.372764 recvfrom(13, "\37\235\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.372831 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.372890 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.372953 getsockname(5, {sa_family=AF_INET, sin_port=htons(39979), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.373934 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.374001 recvfrom(4, "N(\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.375242 sendto(4, "N(\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.375370 recvfrom(13, "N(\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.375434 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.375497 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.375561 getsockname(5, {sa_family=AF_INET, sin_port=htons(46353), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.376611 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.376667 recvfrom(4, "b\224\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.378028 sendto(4, "b\224\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.378137 recvfrom(13, "b\224\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.378196 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.378245 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.378295 getsockname(5, {sa_family=AF_INET, sin_port=htons(46364), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.379340 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.379413 recvfrom(4, "\217\302\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.380717 sendto(4, "\217\302\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.380845 recvfrom(13, "\217\302\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.380913 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.380967 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.381026 getsockname(5, {sa_family=AF_INET, sin_port=htons(33806), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.381963 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.382030 recvfrom(4, "ig\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.383307 sendto(4, "ig\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.383423 recvfrom(13, "ig\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.383485 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.383549 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.383611 getsockname(5, {sa_family=AF_INET, sin_port=htons(50649), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.384627 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.384690 recvfrom(4, "\30:\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.385973 sendto(4, "\30:\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.386099 recvfrom(13, "\30:\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.386174 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.386230 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.386287 getsockname(5, {sa_family=AF_INET, sin_port=htons(37380), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.387279 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.387353 recvfrom(4, "-\0\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.388538 sendto(4, "-\0\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.388646 recvfrom(13, "-\0\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.388714 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.388773 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.388831 getsockname(5, {sa_family=AF_INET, sin_port=htons(59010), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.389804 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.389880 recvfrom(4, "8\372\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.391129 sendto(4, "8\372\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.391247 recvfrom(13, "8\372\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.391315 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.391374 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.391433 getsockname(5, {sa_family=AF_INET, sin_port=htons(50325), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.392463 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.392527 recvfrom(4, "\34\271\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.393812 sendto(4, "\34\271\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.393933 recvfrom(13, "\34\271\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.393997 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.394052 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.394112 getsockname(5, {sa_family=AF_INET, sin_port=htons(43517), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.395139 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.395220 recvfrom(4, "\355\302\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.396482 sendto(4, "\355\302\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.396602 recvfrom(13, "\355\302\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.396664 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.396718 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.396774 getsockname(5, {sa_family=AF_INET, sin_port=htons(50770), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.397801 recvfrom(13, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.397878 recvfrom(4, "\366~\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.399143 sendto(4, "\366~\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(33124), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.399263 recvfrom(13, "\366~\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.399327 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.399384 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.399443 getsockname(5, {sa_family=AF_INET, sin_port=htons(50149), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.400532 recvfrom(4, "\375\22\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.401781 sendto(4, "\375\22\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.401904 recvfrom(14, "\375\22\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.401970 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.402034 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.402093 getsockname(5, {sa_family=AF_INET, sin_port=htons(60411), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.403157 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.403223 recvfrom(4, "6b\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.404513 sendto(4, "6b\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.404641 recvfrom(14, "6b\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.404707 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.404766 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.404834 getsockname(5, {sa_family=AF_INET, sin_port=htons(58773), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.405913 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.405990 recvfrom(4, "\23\321\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.407349 sendto(4, "\23\321\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.407483 recvfrom(14, "\23\321\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.407549 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.407607 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.407668 getsockname(5, {sa_family=AF_INET, sin_port=htons(46097), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.408705 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.408783 recvfrom(4, "\330f\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.410123 sendto(4, "\330f\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.410251 recvfrom(14, "\330f\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.410313 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.410367 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.410424 getsockname(5, {sa_family=AF_INET, sin_port=htons(40837), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.411481 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.411549 recvfrom(4, "a\306\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.412858 sendto(4, "a\306\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.412981 recvfrom(14, "a\306\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.413045 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.413099 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.413161 getsockname(5, {sa_family=AF_INET, sin_port=htons(32968), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.414266 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.414322 recvfrom(4, "\312\344\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.415736 sendto(4, "\312\344\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.415838 recvfrom(14, "\312\344\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.415893 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.415943 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.415992 getsockname(5, {sa_family=AF_INET, sin_port=htons(43825), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.417064 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.417143 recvfrom(4, "\322,\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.418472 sendto(4, "\322,\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.418598 recvfrom(14, "\322,\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.418659 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.418714 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.418773 getsockname(5, {sa_family=AF_INET, sin_port=htons(49901), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.419820 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.419886 recvfrom(4, "\2227\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.421211 sendto(4, "\2227\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.421334 recvfrom(14, "\2227\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.421396 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.421450 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.421509 getsockname(5, {sa_family=AF_INET, sin_port=htons(55852), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.422558 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.422621 recvfrom(4, "]e\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.423989 sendto(4, "]e\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.424119 recvfrom(14, "]e\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.424193 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.424253 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.424311 getsockname(5, {sa_family=AF_INET, sin_port=htons(52183), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.425316 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.425394 recvfrom(4, "\354\22\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.426759 sendto(4, "\354\22\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.426887 recvfrom(14, "\354\22\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.426957 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.427018 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.427079 getsockname(5, {sa_family=AF_INET, sin_port=htons(55645), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.428115 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.428182 recvfrom(4, "p\305\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.429465 sendto(4, "p\305\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.429600 recvfrom(14, "p\305\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.429671 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.429741 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.429802 getsockname(5, {sa_family=AF_INET, sin_port=htons(52368), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.430866 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.430938 recvfrom(4, "\326\177\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.432312 sendto(4, "\326\177\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.432429 recvfrom(14, "\326\177\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.432495 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.432555 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.432629 getsockname(5, {sa_family=AF_INET, sin_port=htons(42283), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.433652 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.433733 recvfrom(4, "7\263\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.435077 sendto(4, "7\263\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.435192 recvfrom(14, "7\263\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.435256 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.435318 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.435374 getsockname(5, {sa_family=AF_INET, sin_port=htons(39671), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.436483 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.436559 recvfrom(4, "T'\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.437828 sendto(4, "T'\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.437975 recvfrom(14, "T'\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.438037 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.438093 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.438150 getsockname(5, {sa_family=AF_INET, sin_port=htons(59626), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.439194 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.439263 recvfrom(4, "\242\275\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.440583 sendto(4, "\242\275\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.440715 recvfrom(14, "\242\275\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.440781 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.440835 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.440897 getsockname(5, {sa_family=AF_INET, sin_port=htons(46456), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.441926 recvfrom(14, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.442016 recvfrom(4, "\217\351\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.443379 sendto(4, "\217\351\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(59932), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.443494 recvfrom(14, "\217\351\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.443563 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.443619 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.443675 getsockname(5, {sa_family=AF_INET, sin_port=htons(46070), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.444806 recvfrom(4, "_\325\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.446159 sendto(4, "_\325\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.446290 recvfrom(15, "_\325\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.446355 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.446413 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.446485 getsockname(5, {sa_family=AF_INET, sin_port=htons(36590), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.447500 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.447575 recvfrom(4, "\240\307\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.448904 sendto(4, "\240\307\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.449052 recvfrom(15, "\240\307\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.449115 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.449170 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.449227 getsockname(5, {sa_family=AF_INET, sin_port=htons(34158), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.450258 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.450323 recvfrom(4, "f\v\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.451756 sendto(4, "f\v\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.451886 recvfrom(15, "f\v\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.451942 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.451992 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.452043 getsockname(5, {sa_family=AF_INET, sin_port=htons(34842), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.453170 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.453243 recvfrom(4, "\347'\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.454593 sendto(4, "\347'\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.454727 recvfrom(15, "\347'\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.454799 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.454859 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.454917 getsockname(5, {sa_family=AF_INET, sin_port=htons(41232), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.455997 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.456070 recvfrom(4, "\26S\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.457425 sendto(4, "\26S\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.457561 recvfrom(15, "\26S\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.457627 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.457688 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.457749 getsockname(5, {sa_family=AF_INET, sin_port=htons(37516), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.458745 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.458811 recvfrom(4, "\360\337\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.460138 sendto(4, "\360\337\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.460254 recvfrom(15, "\360\337\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.460319 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.460375 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.460433 getsockname(5, {sa_family=AF_INET, sin_port=htons(53373), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.461605 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.461690 recvfrom(4, "\273\262\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.463030 sendto(4, "\273\262\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.463155 recvfrom(15, "\273\262\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.463224 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.463287 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.463348 getsockname(5, {sa_family=AF_INET, sin_port=htons(32982), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.464402 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.464487 recvfrom(4, "44\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.465831 sendto(4, "44\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.465960 recvfrom(15, "44\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.466024 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.466081 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.466142 getsockname(5, {sa_family=AF_INET, sin_port=htons(55596), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.467179 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.467258 recvfrom(4, "i\203\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.468604 sendto(4, "i\203\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.468736 recvfrom(15, "i\203\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.468799 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.468855 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.468921 getsockname(5, {sa_family=AF_INET, sin_port=htons(47974), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.469927 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.469999 recvfrom(4, "H\214\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.471333 sendto(4, "H\214\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.471468 recvfrom(15, "H\214\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.471536 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.471591 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.471647 getsockname(5, {sa_family=AF_INET, sin_port=htons(42960), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.472678 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.472750 recvfrom(4, "\263~\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.474128 sendto(4, "\263~\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.474263 recvfrom(15, "\263~\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.474331 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.474391 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.474449 getsockname(5, {sa_family=AF_INET, sin_port=htons(52176), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.475445 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.475510 recvfrom(4, "\37\320\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.476903 sendto(4, "\37\320\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.477028 recvfrom(15, "\37\320\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.477094 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.477150 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.477210 getsockname(5, {sa_family=AF_INET, sin_port=htons(59920), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.478297 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.478373 recvfrom(4, "W\0\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.479714 sendto(4, "W\0\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.479841 recvfrom(15, "W\0\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.479903 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.479958 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.480018 getsockname(5, {sa_family=AF_INET, sin_port=htons(46484), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.481057 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.481135 recvfrom(4, "M\230\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.482487 sendto(4, "M\230\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.482622 recvfrom(15, "M\230\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.482687 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.482746 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.482805 getsockname(5, {sa_family=AF_INET, sin_port=htons(59827), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.483899 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.483969 recvfrom(4, "8\213\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.485334 sendto(4, "8\213\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.485466 recvfrom(15, "8\213\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.485530 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.485585 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.485648 getsockname(5, {sa_family=AF_INET, sin_port=htons(36816), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.486709 recvfrom(15, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.486775 recvfrom(4, "\211\343\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.488168 sendto(4, "\211\343\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(42579), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.488283 recvfrom(15, "\211\343\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.488339 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.488393 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.488446 getsockname(5, {sa_family=AF_INET, sin_port=htons(39997), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.490230 recvfrom(4, "z\v\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.491799 sendto(4, "z\v\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.491940 recvfrom(16, "z\v\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.492019 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.492083 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.492146 getsockname(5, {sa_family=AF_INET, sin_port=htons(49187), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.493374 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.493432 recvfrom(4, "\376\177\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.494972 sendto(4, "\376\177\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.495120 recvfrom(16, "\376\177\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.495184 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.495242 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.495300 getsockname(5, {sa_family=AF_INET, sin_port=htons(56164), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.496531 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.496632 recvfrom(4, ";\217\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.498105 sendto(4, ";\217\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.498288 recvfrom(16, ";\217\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.498355 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.498413 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.498478 getsockname(5, {sa_family=AF_INET, sin_port=htons(56328), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.499695 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.499786 recvfrom(4, "\334D\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.501401 sendto(4, "\334D\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.501541 recvfrom(16, "\334D\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.501614 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.501675 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.501734 getsockname(5, {sa_family=AF_INET, sin_port=htons(35896), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.502924 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.502998 recvfrom(4, "\347\305\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.504585 sendto(4, "\347\305\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.504729 recvfrom(16, "\347\305\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.504796 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.504855 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.504922 getsockname(5, {sa_family=AF_INET, sin_port=htons(35845), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.506145 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.506241 recvfrom(4, "\202\37\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.507864 sendto(4, "\202\37\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.507994 recvfrom(16, "\202\37\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.508057 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.508109 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.508165 getsockname(5, {sa_family=AF_INET, sin_port=htons(56859), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.509479 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.509563 recvfrom(4, "\203\10\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.511153 sendto(4, "\203\10\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.511271 recvfrom(16, "\203\10\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.511345 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.511400 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.511463 getsockname(5, {sa_family=AF_INET, sin_port=htons(32914), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.512694 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.512787 recvfrom(4, "\32\340\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.514434 sendto(4, "\32\340\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.514568 recvfrom(16, "\32\340\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.514634 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.514691 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.514748 getsockname(5, {sa_family=AF_INET, sin_port=htons(36529), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.516002 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.516102 recvfrom(4, "\16p\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.517701 sendto(4, "\16p\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.517849 recvfrom(16, "\16p\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.517916 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.517973 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.518036 getsockname(5, {sa_family=AF_INET, sin_port=htons(52929), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.519303 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.519367 recvfrom(4, "{\232\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.520872 sendto(4, "{\232\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.521017 recvfrom(16, "{\232\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.521082 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.521137 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.521195 getsockname(5, {sa_family=AF_INET, sin_port=htons(39045), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.522460 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.522541 recvfrom(4, "\326\243\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.524048 sendto(4, "\326\243\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.524152 recvfrom(16, "\326\243\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.524209 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.524259 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.524310 getsockname(5, {sa_family=AF_INET, sin_port=htons(32959), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.525636 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.525726 recvfrom(4, "HY\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.527141 sendto(4, "HY\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.527272 recvfrom(16, "HY\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.527344 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.527400 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.527458 getsockname(5, {sa_family=AF_INET, sin_port=htons(38714), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.528517 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.528580 recvfrom(4, "\324\207\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.529892 sendto(4, "\324\207\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.530018 recvfrom(16, "\324\207\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.530080 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.530134 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.530192 getsockname(5, {sa_family=AF_INET, sin_port=htons(41920), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.531209 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.531286 recvfrom(4, "zL\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.532643 sendto(4, "zL\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.532780 recvfrom(16, "zL\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.532851 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.532918 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.532978 getsockname(5, {sa_family=AF_INET, sin_port=htons(50046), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.534094 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.534171 recvfrom(4, "\246\n\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.535533 sendto(4, "\246\n\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.535670 recvfrom(16, "\246\n\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.535741 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.535797 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.535856 getsockname(5, {sa_family=AF_INET, sin_port=htons(56854), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.536900 recvfrom(16, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.537001 recvfrom(4, "\317\220\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.538277 sendto(4, "\317\220\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41438), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.538400 recvfrom(16, "\317\220\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.538466 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.538524 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.538581 getsockname(5, {sa_family=AF_INET, sin_port=htons(47414), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.539703 recvfrom(4, "\330@\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.541051 sendto(4, "\330@\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.541178 recvfrom(17, "\330@\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.541246 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.541300 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.541367 getsockname(5, {sa_family=AF_INET, sin_port=htons(43916), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.542436 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.542515 recvfrom(4, "\210\240\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.543853 sendto(4, "\210\240\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.543977 recvfrom(17, "\210\240\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.544049 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.544108 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.544171 getsockname(5, {sa_family=AF_INET, sin_port=htons(41587), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.545257 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.545344 recvfrom(4, "n\4\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.546602 sendto(4, "n\4\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.546737 recvfrom(17, "n\4\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.546804 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.546861 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.546924 getsockname(5, {sa_family=AF_INET, sin_port=htons(48714), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.548006 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.548072 recvfrom(4, "\202\7\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.549337 sendto(4, "\202\7\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.549463 recvfrom(17, "\202\7\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.549529 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.549588 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.549647 getsockname(5, {sa_family=AF_INET, sin_port=htons(38117), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.550688 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.550758 recvfrom(4, "I\347\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.552166 sendto(4, "I\347\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.552295 recvfrom(17, "I\347\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.552361 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.552419 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.552476 getsockname(5, {sa_family=AF_INET, sin_port=htons(54395), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.553471 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.553537 recvfrom(4, "\0065\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.554837 sendto(4, "\0065\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.554953 recvfrom(17, "\0065\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.555023 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.555078 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.555134 getsockname(5, {sa_family=AF_INET, sin_port=htons(53998), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.556161 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.556233 recvfrom(4, "4\336\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.557592 sendto(4, "4\336\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.557743 recvfrom(17, "4\336\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.557809 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.557866 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.557926 getsockname(5, {sa_family=AF_INET, sin_port=htons(54586), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.559014 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.559094 recvfrom(4, "1\7\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.560413 sendto(4, "1\7\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.560542 recvfrom(17, "1\7\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.560602 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.560658 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.560716 getsockname(5, {sa_family=AF_INET, sin_port=htons(45802), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.561780 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.561842 recvfrom(4, "K\334\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.563297 sendto(4, "K\334\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.563397 recvfrom(17, "K\334\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.563451 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.563504 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.563559 getsockname(5, {sa_family=AF_INET, sin_port=htons(49305), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.564623 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.564693 recvfrom(4, "\0357\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.566004 sendto(4, "\0357\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.566127 recvfrom(17, "\0357\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.566198 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.566253 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.566311 getsockname(5, {sa_family=AF_INET, sin_port=htons(43958), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.567330 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.567400 recvfrom(4, "r\243\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.568712 sendto(4, "r\243\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.568845 recvfrom(17, "r\243\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.568913 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.568976 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.569035 getsockname(5, {sa_family=AF_INET, sin_port=htons(36542), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.570135 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.570208 recvfrom(4, "\264>\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.571561 sendto(4, "\264>\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.571684 recvfrom(17, "\264>\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.571749 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.571805 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.571866 getsockname(5, {sa_family=AF_INET, sin_port=htons(43578), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.572883 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.572941 recvfrom(4, "D\16\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.574282 sendto(4, "D\16\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.574412 recvfrom(17, "D\16\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.574479 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.574536 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.574592 getsockname(5, {sa_family=AF_INET, sin_port=htons(52255), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.575608 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.575674 recvfrom(4, "U'\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.577050 sendto(4, "U'\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.577175 recvfrom(17, "U'\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.577240 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.577296 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.577352 getsockname(5, {sa_family=AF_INET, sin_port=htons(57836), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.578454 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.578532 recvfrom(4, "l)\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.579877 sendto(4, "l)\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.580007 recvfrom(17, "l)\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.580070 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.580124 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.580185 getsockname(5, {sa_family=AF_INET, sin_port=htons(54289), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.581284 recvfrom(17, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.581353 recvfrom(4, "v\205\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.582663 sendto(4, "v\205\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(40794), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.582790 recvfrom(17, "v\205\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.582860 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.582914 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.582972 getsockname(5, {sa_family=AF_INET, sin_port=htons(44187), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.584126 recvfrom(4, "\27\226\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.585479 sendto(4, "\27\226\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.585609 recvfrom(18, "\27\226\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.585679 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.585738 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.585795 getsockname(5, {sa_family=AF_INET, sin_port=htons(37838), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.586853 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.586920 recvfrom(4, "$8\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.588296 sendto(4, "$8\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.588429 recvfrom(18, "$8\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.588505 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.588565 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.588621 getsockname(5, {sa_family=AF_INET, sin_port=htons(60094), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.589614 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.589691 recvfrom(4, "g5\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.591060 sendto(4, "g5\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.591198 recvfrom(18, "g5\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.591264 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.591324 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.591382 getsockname(5, {sa_family=AF_INET, sin_port=htons(36431), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.592445 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.592514 recvfrom(4, "\370\235\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.593840 sendto(4, "\370\235\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.593965 recvfrom(18, "\370\235\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.594030 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.594085 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.594153 getsockname(5, {sa_family=AF_INET, sin_port=htons(46864), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.595209 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.595273 recvfrom(4, "\235O\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.596560 sendto(4, "\235O\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.596681 recvfrom(18, "\235O\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.596745 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.596800 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.596857 getsockname(5, {sa_family=AF_INET, sin_port=htons(46902), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.597922 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.597991 recvfrom(4, "U\255\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.599374 sendto(4, "U\255\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.599479 recvfrom(18, "U\255\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.599536 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.599586 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.599635 getsockname(5, {sa_family=AF_INET, sin_port=htons(39918), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.600705 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.600766 recvfrom(4, "1\324\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.602054 sendto(4, "1\324\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.602189 recvfrom(18, "1\324\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.602252 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.602317 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.602383 getsockname(5, {sa_family=AF_INET, sin_port=htons(49309), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.603423 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.603500 recvfrom(4, "\255\360\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.604872 sendto(4, "\255\360\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.604999 recvfrom(18, "\255\360\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.605063 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.605117 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.605174 getsockname(5, {sa_family=AF_INET, sin_port=htons(44702), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.606225 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.606285 recvfrom(4, "\267a\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.607590 sendto(4, "\267a\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.607719 recvfrom(18, "\267a\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.607788 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.607843 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.607907 getsockname(5, {sa_family=AF_INET, sin_port=htons(45495), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.608986 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.609058 recvfrom(4, "\200\26\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.610369 sendto(4, "\200\26\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.610487 recvfrom(18, "\200\26\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.610550 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.610614 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.610672 getsockname(5, {sa_family=AF_INET, sin_port=htons(42997), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.611761 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.611814 recvfrom(4, "/\373\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.613152 sendto(4, "/\373\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.613276 recvfrom(18, "/\373\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.613351 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.613411 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.613472 getsockname(5, {sa_family=AF_INET, sin_port=htons(55952), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.614566 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.614639 recvfrom(4, "e7\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.615916 sendto(4, "e7\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.616026 recvfrom(18, "e7\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.616088 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.616143 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.616200 getsockname(5, {sa_family=AF_INET, sin_port=htons(41994), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.617260 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.617337 recvfrom(4, "\257\326\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.618692 sendto(4, "\257\326\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.618828 recvfrom(18, "\257\326\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.618895 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.618951 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.619022 getsockname(5, {sa_family=AF_INET, sin_port=htons(57416), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.620108 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.620176 recvfrom(4, "5$\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.621484 sendto(4, "5$\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.621616 recvfrom(18, "5$\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.621688 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.621749 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.621806 getsockname(5, {sa_family=AF_INET, sin_port=htons(36587), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.622896 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.622976 recvfrom(4, "~\346\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.624304 sendto(4, "~\346\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.624435 recvfrom(18, "~\346\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.624507 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.624565 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.624624 getsockname(5, {sa_family=AF_INET, sin_port=htons(43360), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.625673 recvfrom(18, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.625744 recvfrom(4, "\17\373\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.627078 sendto(4, "\17\373\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(49581), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.627201 recvfrom(18, "\17\373\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.627264 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.627319 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.627382 getsockname(5, {sa_family=AF_INET, sin_port=htons(55649), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.628419 recvfrom(4, "u\331\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.629752 sendto(4, "u\331\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.629890 recvfrom(19, "u\331\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.629959 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.630019 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.630078 getsockname(5, {sa_family=AF_INET, sin_port=htons(47984), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.631151 recvfrom(19, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.631241 recvfrom(4, "\334\r\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.632630 sendto(4, "\334\r\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.632760 recvfrom(19, "\334\r\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.632835 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.632891 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.632952 getsockname(5, {sa_family=AF_INET, sin_port=htons(46398), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.634054 recvfrom(19, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.634130 recvfrom(4, "\352j\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.635508 sendto(4, "\352j\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.635609 recvfrom(19, "\352j\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.635665 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.635715 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.635766 getsockname(5, {sa_family=AF_INET, sin_port=htons(36388), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.636863 recvfrom(19, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.636936 recvfrom(4, "L\367\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.638331 sendto(4, "L\367\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.638465 recvfrom(19, "L\367\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.638535 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.638597 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.638656 getsockname(5, {sa_family=AF_INET, sin_port=htons(47409), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.639639 recvfrom(19, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.639713 recvfrom(4, "\321\352\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.641132 sendto(4, "\321\352\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.641261 recvfrom(19, "\321\352\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.641329 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.641389 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.641445 getsockname(5, {sa_family=AF_INET, sin_port=htons(35117), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.642476 recvfrom(19, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.642555 recvfrom(4, "\215\225\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.643910 sendto(4, "\215\225\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.644038 recvfrom(19, "\215\225\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.644101 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.644157 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.644214 getsockname(5, {sa_family=AF_INET, sin_port=htons(48680), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.645280 recvfrom(19, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.645359 recvfrom(4, "v\v\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.646731 sendto(4, "v\v\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.646852 recvfrom(19, "v\v\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.646912 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.646966 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.647022 getsockname(5, {sa_family=AF_INET, sin_port=htons(48941), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.648027 recvfrom(19, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.648094 recvfrom(4, "c6\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.649423 sendto(4, "c6\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.649556 recvfrom(19, "c6\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.649624 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.649684 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.649743 getsockname(5, {sa_family=AF_INET, sin_port=htons(47167), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.650820 recvfrom(19, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.650890 recvfrom(4, "[b\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.652182 sendto(4, "[b\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.652314 recvfrom(19, "[b\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.652390 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.652447 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.652504 getsockname(5, {sa_family=AF_INET, sin_port=htons(32769), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.653566 recvfrom(19, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.653631 recvfrom(4, "\1\345\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.655021 sendto(4, "\1\345\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.655148 recvfrom(19, "\1\345\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.655218 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.655276 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.655335 getsockname(5, {sa_family=AF_INET, sin_port=htons(45952), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.656410 recvfrom(19, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.656462 recvfrom(4, "\316\226\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.657794 sendto(4, "\316\226\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.657915 recvfrom(19, "\316\226\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.657985 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.658046 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.658107 getsockname(5, {sa_family=AF_INET, sin_port=htons(36552), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.659230 recvfrom(19, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.659295 recvfrom(4, "n\36\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.660636 sendto(4, "n\36\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.660763 recvfrom(19, "n\36\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.660826 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.660882 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.660940 getsockname(5, {sa_family=AF_INET, sin_port=htons(46977), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.662022 recvfrom(19, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.662084 recvfrom(4, "\265p\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.663384 sendto(4, "\265p\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.663529 recvfrom(19, "\265p\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.663596 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.663657 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.663716 getsockname(5, {sa_family=AF_INET, sin_port=htons(53383), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.664702 recvfrom(19, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763758.664785 recvfrom(4, "\177)\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763758.666099 sendto(4, "\177)\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(41306), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763758.666224 recvfrom(19, "\177)\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763758.666288 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763758.666342 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763758.666401 getsockname(5, {sa_family=AF_INET, sin_port=htons(60665), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763758.667471 recvfrom(19, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.514763 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 5
217272 1696763759.515460 connect(5, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763759.516417 sendto(5, "\327\332\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.516748 sendto(5, "W\36\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.517051 sendto(5, "\331\222\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.517204 sendto(5, "\306\242\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.517352 sendto(5, "\301}\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.517497 sendto(5, "\357\255\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.517663 sendto(5, "I\273\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.517813 sendto(5, "\273\346\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.517960 sendto(5, "Z2\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.518105 sendto(5, "\270\300\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.518251 sendto(5, "\373\374\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.518394 sendto(5, "4\310\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.518541 sendto(5, "\35\340\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.518696 sendto(5, "+\205\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.518855 sendto(5, "J\253\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.519013 sendto(5, "\26\344\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.519168 socket(AF_INET, SOCK_DGRAM, IPPROTO_IP) = 6
217272 1696763759.519656 connect(6, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
217272 1696763759.520279 sendto(6, "+O\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.520485 sendto(6, "\227\n\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 32, MSG_NOSIGNAL, NULL, 0) = 32
217272 1696763759.520886 recvfrom(4, "\327\332\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.524109 sendto(4, "\327\332\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.524490 recvfrom(5, "\327\332\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.524658 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.524807 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.524953 getsockname(7, {sa_family=AF_INET, sin_port=htons(41152), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.527404 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.527593 recvfrom(4, "W\36\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.530205 sendto(4, "W\36\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.530590 recvfrom(5, "W\36\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.530746 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.530899 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.531058 getsockname(7, {sa_family=AF_INET, sin_port=htons(35358), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.533243 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.533427 recvfrom(4, "\331\222\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.535834 sendto(4, "\331\222\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.536128 recvfrom(5, "\331\222\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.536253 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.536369 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.536479 getsockname(7, {sa_family=AF_INET, sin_port=htons(53231), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.538576 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.538729 recvfrom(4, "\306\242\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.543035 sendto(4, "\306\242\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.543470 recvfrom(5, "\306\242\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.543625 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.543779 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.543914 getsockname(7, {sa_family=AF_INET, sin_port=htons(52243), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.546773 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.546971 recvfrom(4, "\301}\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.550108 sendto(4, "\301}\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.550425 recvfrom(5, "\301}\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.550577 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.550724 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.550864 getsockname(7, {sa_family=AF_INET, sin_port=htons(60616), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.553453 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.553603 recvfrom(4, "\357\255\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.557050 sendto(4, "\357\255\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.557461 recvfrom(5, "\357\255\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.557622 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.557743 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.557861 getsockname(7, {sa_family=AF_INET, sin_port=htons(46875), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.560085 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.560218 recvfrom(4, "I\273\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.563055 sendto(4, "I\273\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.563274 recvfrom(5, "I\273\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.563392 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.563509 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.563613 getsockname(7, {sa_family=AF_INET, sin_port=htons(41284), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.565621 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.565758 recvfrom(4, "\273\346\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.568267 sendto(4, "\273\346\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.568469 recvfrom(5, "\273\346\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.568571 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.568660 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.568749 getsockname(7, {sa_family=AF_INET, sin_port=htons(55366), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.570471 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.570597 recvfrom(4, "Z2\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.572924 sendto(4, "Z2\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.573104 recvfrom(5, "Z2\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.573201 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.573296 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.573390 getsockname(7, {sa_family=AF_INET, sin_port=htons(36121), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.575128 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.575266 recvfrom(4, "\270\300\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.577947 sendto(4, "\270\300\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.578156 recvfrom(5, "\270\300\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.578272 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.578378 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.578463 getsockname(7, {sa_family=AF_INET, sin_port=htons(33479), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.580198 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.580308 recvfrom(4, "\373\374\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.582592 sendto(4, "\373\374\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.582803 recvfrom(5, "\373\374\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.582917 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.583013 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.583100 getsockname(7, {sa_family=AF_INET, sin_port=htons(36775), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.584609 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.584702 recvfrom(4, "4\310\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.586755 sendto(4, "4\310\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.586934 recvfrom(5, "4\310\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.587025 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.587115 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.587203 getsockname(7, {sa_family=AF_INET, sin_port=htons(39039), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.588486 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.588602 recvfrom(4, "\35\340\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.590394 sendto(4, "\35\340\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.590552 recvfrom(5, "\35\340\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.590649 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.590733 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.590811 getsockname(7, {sa_family=AF_INET, sin_port=htons(33457), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.592299 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.592374 recvfrom(4, "+\205\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.594129 sendto(4, "+\205\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.594278 recvfrom(5, "+\205\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.594363 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.594438 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.594512 getsockname(7, {sa_family=AF_INET, sin_port=htons(35655), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.595804 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.595890 recvfrom(4, "J\253\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.597532 sendto(4, "J\253\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.597708 recvfrom(5, "J\253\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.597784 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.597860 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.597937 getsockname(7, {sa_family=AF_INET, sin_port=htons(46524), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.599279 recvfrom(5, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.599377 recvfrom(4, "\26\344\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.601069 sendto(4, "\26\344\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(38643), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.601238 recvfrom(5, "\26\344\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.601322 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 7
217272 1696763759.601390 connect(7, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.601460 getsockname(7, {sa_family=AF_INET, sin_port=htons(55883), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.602902 recvfrom(4, "+O\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47738), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.604372 sendto(4, "+O\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47738), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.604531 recvfrom(6, "+O\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.604598 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763759.604654 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.604710 getsockname(5, {sa_family=AF_INET, sin_port=htons(46631), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.605927 recvfrom(6, 0xffffe6243478, 4097, 0, 0xffffe6243458, [16]) = -1 EAGAIN (Resource temporarily unavailable)
217272 1696763759.606016 recvfrom(4, "\227\n\1\0\0\1\0\0\0\0\0\0\3www\6google\3com\0\0\1\0\1", 2048, 0, {sa_family=AF_INET, sin_port=htons(47738), sin_addr=inet_addr("127.0.0.1")}, [128 => 16]) = 32
217272 1696763759.607583 sendto(4, "\227\n\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 62, 0, {sa_family=AF_INET, sin_port=htons(47738), sin_addr=inet_addr("127.0.0.1")}, 16) = 62
217272 1696763759.607744 recvfrom(6, "\227\n\204\0\0\1\0\1\0\0\0\0\3www\6google\3com\0\0\1\0\1"..., 4097, 0, {sa_family=AF_INET, sin_port=htons(44954), sin_addr=inet_addr("127.0.0.1")}, [16]) = 62
217272 1696763759.607814 socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP) = 5
217272 1696763759.607871 connect(5, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("2.3.4.5")}, 16) = 0
217272 1696763759.607929 getsockname(5, {sa_family=AF_INET, sin_port=htons(38137), sin_addr=inet_addr("192.168.0.83")}, [16]) = 0
217272 1696763759.610514 +++ exited with 1 +++
$ strace -f -ttt -e trace=network -o trace.txt ./test/arestest --gtest_filter=AddressFamilies/MockUDPMaxQueriesTest.GetHostByNameParallelLookups/0 -v
Note: Google Test filter = AddressFamilies/MockUDPMaxQueriesTest.GetHostByNameParallelLookups/0
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from AddressFamilies/MockUDPMaxQueriesTest
[ RUN ] AddressFamilies/MockUDPMaxQueriesTest.GetHostByNameParallelLookups/0
Configured IPv4 mock server with TCP socket 3 on port 43561 and UDP socket 4 on port 44954
Configured library with servers: 127.0.0.1:44954
SocketConnectCallback(5) invoked
SocketConnectCallback(6) invoked
SocketConnectCallback(7) invoked
SocketConnectCallback(8) invoked
SocketConnectCallback(9) invoked
SocketConnectCallback(10) invoked
SocketConnectCallback(11) invoked
SocketConnectCallback(12) invoked
SocketConnectCallback(13) invoked
SocketConnectCallback(14) invoked
SocketConnectCallback(15) invoked
SocketConnectCallback(16) invoked
SocketConnectCallback(17) invoked
SocketConnectCallback(18) invoked
SocketConnectCallback(19) invoked
SocketConnectCallback(20) invoked
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(5483, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(33189, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(1250, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(62823, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(22190, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(3141, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(11475, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(49239, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(15777, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(17725, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(63863, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(27708, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(21188, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(58064, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(45805, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(64569, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(34589, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(37640, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(31137, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(20259, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(42941, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(42374, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(62065, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(6511, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(30614, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(19519, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(40569, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(64682, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(34905, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(49135, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(41227, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(38897, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(29284, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(28796, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(57427, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(26448, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(59936, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(56776, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(15943, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(63154, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(7803, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(39050, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(47967, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(62393, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(64466, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(28986, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(1457, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(63158, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(10424, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(65352, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(57253, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(5988, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(16282, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(51452, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(9961, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(6292, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(60257, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(34627, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(511, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(29845, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(56158, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(18523, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(52459, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(44217, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(32878, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(35867, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(3172, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(65065, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(58224, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(59439, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(3212, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(58269, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(4977, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(10811, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(61250, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(28424, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(39324, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(3156, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(32850, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(51077, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(27160, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(21047, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(25072, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(63667, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(44940, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(52926, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(52614, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(37066, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(5766, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(37772, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(33119, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(581, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(30148, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(60960, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(2602, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(36290, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(64430, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(19166, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(29125, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(11389, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(53272, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(1268, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(41400, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(44499, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(43060, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(11295, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(34669, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(58770, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(30529, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(23146, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(50897, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(37177, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(39517, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(17542, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(42190, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(33832, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(44024, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(15081, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(41525, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(18827, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(2875, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(27753, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(40096, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(56331, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(53243, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(54022, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(8652, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(58549, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(15671, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(64160, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(10260, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(53783, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(15316, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(8093, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(20008, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(25236, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(36802, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(26983, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(6202, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(11520, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(14586, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(7353, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(60866, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(63102, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(64786, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(13922, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(5073, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(55398, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(25030, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(51940, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(53804, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(37431, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(23909, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(60434, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(28869, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(54911, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(14259, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(21543, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(41661, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(36841, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(24533, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(41159, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(26123, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(59175, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(5715, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(61663, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(48050, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(13364, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(27011, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(18572, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(45950, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(8144, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(22272, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(19864, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(14475, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(35299, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(31243, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(65151, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(15247, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(56388, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(59333, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(33311, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(33544, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(6880, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(3696, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(31642, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(54947, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(18521, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(54407, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(31308, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(42506, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(53136, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(55360, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(34976, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(28164, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(33287, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(18919, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(1589, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(13534, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(12551, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(19420, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(7479, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(29347, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(46142, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(17422, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(21799, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(27689, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(30341, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(6038, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(9272, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(26421, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(63645, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(40271, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(21933, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(12756, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(44528, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(46945, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(32790, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(12283, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(25911, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(45014, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(13604, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(32486, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(4091, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(30169, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(56333, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(60010, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(19703, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(53738, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(36245, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(30219, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(25398, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(23394, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(485, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(52886, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(28190, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(46448, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(32553, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
SocketConnectCallback(5) invoked
SocketConnectCallback(6) invoked
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(55258, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(22302, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(55698, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(50850, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(49533, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(61357, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(18875, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(48102, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(23090, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(47296, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(64508, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(13512, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(7648, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(11141, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(19115, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(5860, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(11087, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
received UDP request REQ QRY RD Q:{'www.google.com' IN A} on port 44954
ProcessRequest(38666, 'www.google.com', A)
sending reply RSP QRY AA NOERROR Q:{'www.google.com' IN A} A:{'www.google.com' IN A TTL=100 2.3.4.5} on port 44954
HostCallback({ARES_SUCCESS {'www.google.com' aliases=[] addrs=[2.3.4.5]}})
ares-test-mock.cc:262: Failure
Expected equality of these values:
256 / 16
Which is: 16
sock_cb_count
Which is: 18
[ FAILED ] AddressFamilies/MockUDPMaxQueriesTest.GetHostByNameParallelLookups/0, where GetParam() = 2 (1684 ms)
[----------] 1 test from AddressFamilies/MockUDPMaxQueriesTest (1685 ms total)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment