Hi, On Fri, Mar 05, 2021 at 06:52:39PM +0000, tincanteksup wrote: > >> I do not require help with my network, I only want to know what > >> the current situation is regarding --fragment. Is it no longer > >> supported for Windows ? > > > > --fragment is totally OS-independent, so "supported everywhere". > > So, what is the problem with --fragment in Windows ? > > The error: > FRAG_IN error flags=0xfa2a187b: FRAG_TEST not implemented > > ???
Well, I can grep in the source code as well as you can...
The code says
else if (frag_type == FRAG_TEST)
{
FRAG_ERR("FRAG_TEST not implemented");
}
(unconditionally, so not "not supported on Windows", but "nowhere)
so this seems to be something half-implemented to eventually use this
for "can you confirm that it works?" or something.
My guess on why this happens is about as good as yours - I would guess
that the other end is creating a malformed packet, which can not be
properly decoded, so the receiver thinks "it is a FRAG_TEST packet!"
and then complains that it doesn't know what to do with it.
Why it is not possible to decode? Hard to say. Maybe something external
is breaking packets (and this is why you have problems without --fragment
in the first place). I can only guess.
gert
--
"If was one thing all people took for granted, was conviction that if you
feed honest figures into a computer, honest figures come out. Never doubted
it myself till I met a computer with a sense of humor."
Robert A. Heinlein, The Moon is a Harsh Mistress
Gert Doering - Munich, Germany [email protected]
signature.asc
Description: PGP signature
_______________________________________________ Openvpn-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-users
