Skip to content

Commit af87ed4

Browse files
committed
README|doc: fix typos/reword
Fix a few typos and reword several sentences.
1 parent d12ec45 commit af87ed4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ See the original use-case [here](docs/use-cases/network-telemetry-nfacctd.md).
99

1010
:warning: `sfunnel` is still in an early development stage.
1111

12-
:no_entry: severe performance degradation when TCP connections are funneled over
13-
TCP and UDP is being investigated (GSO/TSO). Do not use it.
12+
:no_entry: severe performance degradation when funneling TCP over TCP/UDP is
13+
being investigated (GSO/TSO issues). Do not use it for real traffic.
1414

1515
## At a glance
1616

docs/use-cases/network-telemetry-nfacctd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ _Note: this was added later on, and was not part of the original prototype_
139139

140140
At the same time, and in order to properly traverse NATs, during funneling the
141141
original L4 checksum is adjusted with `src_ip` and `dst_ip` set to a known value
142-
(`0x0`). This allows the unfunneling to readjust the checksum based on the diff
143-
between `0x0` and the acutal IP addresses of the packet then, without the need
144-
to pass extra state within the packet.
142+
(`0x0`). This allows the unfunneling code to readjust the checksum based on the
143+
diff between the known value `0x0` and the actual IP addresses of the packet at
144+
this point, without the need to pass extra state within the packet.
145145

146146
#### Using an init container
147147

0 commit comments

Comments
 (0)