You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/programs/tcp-proxy.org
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
#+TITLE: tcp-proxy
2
2
#+DATE: 2024-09-01T00:02:43+0800
3
-
#+LASTMOD: 2024-09-01T20:52:56+0800
3
+
#+LASTMOD: 2024-09-01T21:05:27+0800
4
4
#+TYPE: docs
5
5
#+DESCRIPTION: Forward TCP requests hitting a specified port on the localhost to a different port on another host
6
6
7
-
Both IPv4 and IPv6 are supported.
7
+
Both IPv4 and IPv6 are supported. On Linux [[https://man7.org/linux/man-pages/man2/splice.2.html][splice]] is used to improve perf, details can be found [[https://blog.cloudflare.com/sockmap-tcp-splicing-of-the-future/][here]].
8
8
9
9
#+begin_src bash :results verbatim :exports results :wrap example :dir ../../..
0 commit comments