public inbox for govpn-devel@lists.cypherpunks.ru
Atom feed
From: alxkor <alxkor@protonmail•ch>
To: "govpn-devel@lists.cypherpunks.ru" <govpn-devel@lists.cypherpunks.ru>
Subject: [Govpn-devel] working with 32it version
Date: Sun, 14 Feb 2016 17:11:29 -0500	[thread overview]
Message-ID: <GfG9Y7GK576Y1XeUhIR3k4h4Yhu-K4mus1arRpIXHgC9vg23fBIENZTiN-SYgbRD8qFwKNcOtpqmckYYehLwnw==@protonmail.ch> (raw)

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

Hi, govpn developers!

just checked 5.5 release on 32bit client and have some news:
1. it didn't crashes just after start, as 5.4 does
2. it doesn't works right

with default settings, 64 bit client works well, 32bit with same produces this on server side:

2016/02/12 20:54:29.509300 main.go:85: Server started
2016/02/12 20:54:53.403081 udp.go:99: Peer handshake finished: *.*.*.*:52964 **********************
2016/02/12 20:54:53.403222 udp.go:166: Peer created: **********************
2016/02/12 20:55:52.970751 peer.go:223: Padded data packet size 1515 is bigger than MTU 1514 **********************:*.*.*.*:52964
2016/02/12 20:55:52.970786 peer.go:223: Padded data packet size 1515 is bigger than MTU 1514 **********************:*.*.*.*:52964
2016/02/12 20:55:52.970983 peer.go:223: Padded data packet size 1515 is bigger than MTU 1514 **********************:*.*.*.*:52964
(how to reproduce: connect to service on the far end, make it to produce continious stream longer than mtu. the session will hang indefinetely, because of server trying to send something bigger than its own mtu allows. )
looks like off-by one error?

no fiddling with client config helps.
simple but ugly workaround: configure _server_ to use mtu 1515

P.S. this server users 5.4 64bit version

[-- Attachment #2: Type: text/html, Size: 1581 bytes --]

             reply	other threads:[~2016-02-14 22:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-14 22:11 alxkor [this message]
2016-02-16  8:42 ` [Govpn-devel] working with 32it version stargrave