diff options
Diffstat (limited to 'Documentation/networking/udplite.txt')
-rw-r--r-- | Documentation/networking/udplite.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/udplite.txt b/Documentation/networking/udplite.txt index dd6f46b83dab..6be09ba24a36 100644 --- a/Documentation/networking/udplite.txt +++ b/Documentation/networking/udplite.txt | |||
@@ -139,7 +139,7 @@ | |||
139 | 3) Disabling the Checksum Computation | 139 | 3) Disabling the Checksum Computation |
140 | 140 | ||
141 | On both sender and receiver, checksumming will always be performed | 141 | On both sender and receiver, checksumming will always be performed |
142 | and can not be disabled using SO_NO_CHECK. Thus | 142 | and cannot be disabled using SO_NO_CHECK. Thus |
143 | 143 | ||
144 | setsockopt(sockfd, SOL_SOCKET, SO_NO_CHECK, ... ); | 144 | setsockopt(sockfd, SOL_SOCKET, SO_NO_CHECK, ... ); |
145 | 145 | ||