here's an error i get :
5 4 0.0074 (0.0000) S>C Handshake
5 5 0.0102 (0.0028) C>S ChangeCipherSpec
5 6 0.0102 (0.0000) C>S Handshake
5 7 0.0447 (0.0345) C>S application_data
caplen == 5000 while len == 12926 !!!
5 8 1.8389 (1.7941) S>C application_data
5 9 1.8389 (0.0000) S>C application_data
i've had a look at the code and it seems that the
buffer used to capture packets is too small for
loopback (mtu is 16k).