-
47d4e15c
by Paul Gofman at 2026-06-15T21:14:01+02:00
nsiproxy.sys: Factor out icmp_socket structure.
-
b1b7403c
by Paul Gofman at 2026-06-15T21:14:03+02:00
nsiproxy.sys: Rename icmp_listen into icmp_get_reply.
-
4bffb200
by Paul Gofman at 2026-06-15T21:14:04+02:00
nsiproxy.sys: Contain all the reply data in struct icmp_reply_ctx.
-
842bc6a6
by Paul Gofman at 2026-06-15T21:14:06+02:00
nsiproxy.sys: Manage ICMP listen threads on the Unix side.
-
8d4917f1
by Paul Gofman at 2026-06-15T21:14:08+02:00
nsiproxy.sys: Poll all icmp sockets in a single thread.
-
338b3969
by Paul Gofman at 2026-06-15T21:14:09+02:00
nsiproxy.sys: Return ICMP ids from parse_icmp_hdr() instead of matching those.
-
ae758a89
by Paul Gofman at 2026-06-15T21:14:11+02:00
nsiproxy.sys: Reuse icmp socket with matching parameters.
-
821a242a
by Paul Gofman at 2026-06-15T22:14:43+02:00
nsiproxy.sys: Support ICMP error replies with ping sockets.
-
fa678d3a
by Paul Gofman at 2026-06-15T22:14:44+02:00
nsiproxy.sys: Use compatible ICMP request id and seq numbers.