aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/examples/sticky-sockets/README
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-09-19 23:17:56 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-09-24 23:10:15 +0200
commitc5451db6540011c202ecd46c918c5bd50908ee20 (patch)
tree54e81d7288715bcf3d42964a851d1913a11f89f3 /contrib/examples/sticky-sockets/README
parentqueueing: rename cpumask function (diff)
downloadwireguard-monolithic-historical-c5451db6540011c202ecd46c918c5bd50908ee20.tar.xz
wireguard-monolithic-historical-c5451db6540011c202ecd46c918c5bd50908ee20.zip
contrib: add sticky sockets example code
Diffstat (limited to 'contrib/examples/sticky-sockets/README')
-rw-r--r--contrib/examples/sticky-sockets/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/examples/sticky-sockets/README b/contrib/examples/sticky-sockets/README
new file mode 100644
index 0000000..cc14570
--- /dev/null
+++ b/contrib/examples/sticky-sockets/README
@@ -0,0 +1,5 @@
+Sticky Sockets
+==============
+
+This is a small userspace mini-library that implements as close to
+possible how the kernel does its sticky src address sending.