Re: [Openvpn-devel] [PATCH] Account for peer-id in frame size calculation

2015-01-23 Thread Lev Stipakov
ACK Reproduced the problem with ping -s 1500 (also no compression) and patch on both sides have fixed it. 2015-01-23 21:52 GMT+02:00 Steffan Karger : > Data channel packet using P_DATA_V2 will use three bytes extra for the > peer-id. This needs to be accounted for, otherwise

[Openvpn-devel] [PATCH] Account for peer-id in frame size calculation

2015-01-23 Thread Steffan Karger
Data channel packet using P_DATA_V2 will use three bytes extra for the peer-id. This needs to be accounted for, otherwise OpenVPN will throw TCP/UDP packet too large on write to [AF_INET]10.1.1.1:1194 warnings. Signed-off-by: Steffan Karger --- src/openvpn/ssl.c | 10