I am doing a little researchon TCP/IP packets, and i am constructing a test packet that sends TCMP ECHO.
Questions:
1. The header checksum is calculated by me?
2. When i have constructed a packet how do i send it to the network?
3. Where will i find more digestable information regarding low/level networking communication protocols?
My source of info is: rfc791



LinkBack URL
About LinkBacks




My guess is, the checksum covers the entire packet, and it is calculated as if it was set to zero initially, but that's all it is, a guess. Googling for "IP compute checksum" might help. 