Skip to content

Commit 40fb619

Browse files
committed
Correct a comment about the wire protocol.
The 32-bit size is written in host byte order, not network. Thanks to Joshua Rogers for finding this.
1 parent d0c1927 commit 40fb619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intercept.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ syntax = "proto3";
22

33
/*
44
* Intercept message from sudo_intercept.so. Messages on the
5-
* wire are prefixed with a 32-bit size in network byte order.
5+
* wire are prefixed with a 32-bit size in host byte order.
66
*/
77
message InterceptRequest {
88
oneof type {

0 commit comments

Comments
 (0)