added reference to Tinc documentation

This commit is contained in:
Yves Rutschle 2015-07-15 13:34:53 +02:00
parent 3aefaf3004
commit fecfb170c8
1 changed files with 2 additions and 1 deletions

View File

@ -157,7 +157,8 @@ static int is_openvpn_protocol (const char*p,int len, struct proto *proto)
}
/* Is the buffer the beginning of a tinc connections?
* (protocol is undocumented, but starts with "0 " in 1.0.15)
* Protocol is documented here: http://www.tinc-vpn.org/documentation/tinc.pdf
* First connection starts with "0 " in 1.0.15)
* */
static int is_tinc_protocol( const char *p, int len, struct proto *proto)
{