public inbox for govpn-devel@lists.cypherpunks.ru
Atom feed
From: Sergey Matveev <stargrave@stargrave•org>
To: govpn-devel@lists.cypherpunks.ru
Subject: Re: [Govpn-devel] Invalid server's random number
Date: Thu, 20 Oct 2016 22:36:36 +0300	[thread overview]
Message-ID: <20161020193636.GA3099@stargrave.org> (raw)
In-Reply-To: <35732F29-4F89-4C22-BB0A-D469BE0C76D2@robotinfra.com>

[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]

*** Bruno Clermont <bruno@robotinfra•com> [2016-10-20 16:55]:
>I tested and it works perfectly over TCP.

Great!

>For UDP, It’s worst than yesterday: GoVPN server never receive any packets.
>I see traffic coming on the wire with `tshark`, firewall rules are valid. I added plenty of debug code myself and it don’t even reach `conn.ReadFromUDP(buf)` anymore.

I see. Well, seems that something is on your OS side. I have not used
GNU/Linux for a long time, so do not know where better to look (sysctl
options?).

>OSX used to need 3rd party drivers for tun, now it’s part built in.
>only IPv4/IPv6 can goes in. no ethernet overhead. this can increase GoVPN throughput.
>
>tap interfaces aren’t available on Android and iOS. Tun are available… which mean GoVPN client can be used on mobile OS (easy with Go, just need to move out into a separate package some of govpn/govpn-client logic).

Sounds interesting. My personal needs exactly required Ethernet
tunnelling, so I wasn't thinking about TUN. Seems very useful thing,
so certainly needs to be done. Thanks for the suggestion!

-- 
Happy hacking

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

  reply	other threads:[~2016-10-20 19:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-19 16:05 [Govpn-devel] Invalid server's random number Bruno Clermont
2016-10-19 16:57 ` Bruno Clermont
2016-10-19 19:45   ` Sergey Matveev
2016-10-19 19:45 ` Sergey Matveev
2016-10-20 13:27   ` Bruno Clermont
2016-10-20 19:36     ` Sergey Matveev [this message]
2016-10-29 18:05 ` [Govpn-devel] TUN interfaces (was: Invalid server's random number) Sergey Matveev
2016-10-29 18:12   ` Bruno Clermont
  -- strict thread matches above, loose matches on Subject: below --
2017-03-01 15:54 [govpn-devel] Invalid server's random number Le Blanc
2017-03-01 20:36 ` Sergey Matveev
2016-10-19 16:00 [Govpn-devel] " Bruno Clermont