git ssb

0+

cel / sslh



Commit fecfb170c84cd6119165581a419a6545286f203a

added reference to Tinc documentation

Yves Rutschle committed on 7/15/2015, 11:34:53 AM
Parent: 3aefaf300478cd6fbc4892d5baaf70521ed323af

Files changed

probe.cchanged
probe.cView
@@ -156,9 +156,10 @@
156156 return packet_len == len - 2;
157157 }
158158
159159 /* Is the buffer the beginning of a tinc connections?
160- * (protocol is undocumented, but starts with "0 " in 1.0.15)
160+ * Protocol is documented here: http://www.tinc-vpn.org/documentation/tinc.pdf
161+ * First connection starts with "0 " in 1.0.15)
161162 * */
162163 static int is_tinc_protocol( const char *p, int len, struct proto *proto)
163164 {
164165 if (len < 2)

Built with git-ssb-web