Skip to content

Commit

Permalink
adding IPPROTO_UDP
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvak001 committed Feb 4, 2025
1 parent 897b105 commit 1313ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions communication/socket/udp/send/create-udp-socket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ rule:
- count(number(2 = AF_INET/SOCK_DGRAM)): 2 or more
- or:
- number: 0 = protocol (default)
- number: 17 = IPPROTO_UDP
- or:
- api: socket
- api: ws2_32.socket
Expand Down

0 comments on commit 1313ad3

Please sign in to comment.