<div dir="ltr"><div>Hello all,</div><div><br></div><div>I have set up an iodine client and server pair. I can ping both sides from one another but I cannot do SSH. I investigated the traffic using Wireshark and I realized that all packets that are being fragmented, will not reach the server. I ran the server with -DDD and I found that the "uncompress" function from ZLib fails with error -3.</div><div><br></div><div>Can you help me fix the problem?</div><div><br></div><div>Here are the verbose logs:</div><div><br></div><div>iodined[2807]: [288B blob data]</div><div>iodined[2807]: INpack with upstream 5/0, we are going to ack upstream 5/0</div><div>iodined[2807]: IN   pkt seq# 5, frag 0 (last=0), fragsize 202, total 202, from user 0</div><div>iodined[2807]: OUT  pkt seq# 2, frag 0 (last=0), offset 0, fragsize 0, total 0, to user 0</div><div>iodined[2807]: TX: client 127.0.0.1, type 10, name <a href="http://paaqayva.my.domain.org">paaqayva.my.domain.org</a>, 2 bytes data</div><div>iodined[2807]: [282B blob data]</div><div>iodined[2807]: INpack with upstream 5/1, we are going to ack upstream 5/1</div><div>iodined[2807]: IN   pkt seq# 5, frag 1 (last=1), fragsize 196, total 398, from user 0</div><div>iodined[2807]: Discarded data, uncompress() result: -3</div><div>iodined[2807]: OUT  pkt seq# 2, frag 0 (last=0), offset 0, fragsize 0, total 0, to user 0</div><div><br></div></div>