Skip to content

Commit

Permalink
Add RAW socket
Browse files Browse the repository at this point in the history
  • Loading branch information
ccie18643 committed Sep 17, 2024
1 parent 10a6e44 commit 717f009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytcp/socket/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

SOCK_STREAM = SocketType.STREAM
SOCK_DGRAM = SocketType.DGRAM
SOCK_RAW = SocketType.RAW

IPPROTO_IP = IpProto.IP4
IPPROTO_IP4 = IpProto.IP4
Expand Down

0 comments on commit 717f009

Please sign in to comment.