-
- Downloads
Add support for defines as in Google version 2.0.
You can use -Dproto=IPPROTO_SCTP or --define proto=IPPROTO_SCTP and run the script ``` 0.0 socket(..., SOCK_STREAM, proto) = 3 +0.0 close (3) ``` to control the protocol being used from the command line.
Showing
- gtests/net/packetdrill/config.c 30 additions, 12 deletionsgtests/net/packetdrill/config.c
- gtests/net/packetdrill/config.h 49 additions, 0 deletionsgtests/net/packetdrill/config.h
- gtests/net/packetdrill/lexer.l 30 additions, 1 deletiongtests/net/packetdrill/lexer.l
- gtests/net/packetdrill/parse.h 4 additions, 1 deletiongtests/net/packetdrill/parse.h
- gtests/net/packetdrill/parser.y 4 additions, 4 deletionsgtests/net/packetdrill/parser.y
Loading
Please register or sign in to comment