Reply To: Answer a packet

Home Forums Discussions Support Answer a packet Reply To: Answer a packet

#5461
smilish
Participant

    Well, you were absolutly right! Again another “Net to Host” failure. Here’s the corrected line of code:

    pTcp->th_ack = htonl(ntohl(pTcp->th_seq)+1);

    Thanks again!