I found few issue, first of all. In the code
https://github.com/OpenVPN/openvpn/blob ... eractive.c
line number 261 why this
Code: Select all
size = bytes / sizeof(*data);
line 485
Code: Select all
if (data[size - 1] != 0)
Now, somewhere in between the data characters are read by OpenVPN service are corrupted.
I am sending data correctly. What is wrong?