From e732ce2a8ab2ef191dfd3012cd58a50023b3ac28 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Fri, 11 Aug 2017 01:33:20 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 120d570..c89f935 100755 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ kcptun is a tcp connection speed-up program,it speeds-up tcp connection by using ### speed-up tcp connection via raw traffic by using udp2raw+finalspeed finalspeed is a tcp connection speed-up program similiar to kcptun,it speeds-up tcp connection by using kcp protocol on-top of udp or tcp.but its tcp mode doesnt support openvz,you can bypass this problem if you use udp2raw+finalspeed together,and icmp mode also becomes avaliable. -# how to build +# How to build read [build_guide](/doc/build_guide.md) # Related work