Skip to content

net: add raw sockets support#26237

Merged
spytheman merged 3 commits into
vlang:masterfrom
fleximus:feat_raw_socket
Jan 1, 2026
Merged

net: add raw sockets support#26237
spytheman merged 3 commits into
vlang:masterfrom
fleximus:feat_raw_socket

Conversation

@fleximus

@fleximus fleximus commented Jan 1, 2026

Copy link
Copy Markdown
Member

Use cases:

  • ICMP ping implementation
  • Traceroute functionality
  • Path MTU discovery
  • Custom protocol implementations

Tests included. Fixes #19565

Use cases:
  - ICMP ping implementation
  - Traceroute functionality
  - Path MTU discovery
  - Custom protocol implementations
Comment thread vlib/net/raw.c.v

@spytheman spytheman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work.
Thanks a lot @fleximus .

@spytheman spytheman merged commit 49bade5 into vlang:master Jan 1, 2026
72 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants