CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2006
    Posts
    5

    IP Header Checksum Error

    we have created a socket program (using winsock control ) in Visual
    Basic under windows 2000 platform .
    we use UDP protocol for data transfer. And using this application we are
    transfering data from a PC to our custom Board through 1000 base T
    Fibre Optic Ethernet card...

    While transferiing data from Pc to the Board .. we are getting IP
    Header Checksum Error


    Ethernet II:
    Header checksum 0X0000: [incorrect,should be 0Xf2a0]


    What is the cause of this error.. does any changes need to be made in
    the VB application to clear this error.. or any compatiblity problem


    can any one help me to sort out this problem?


    suma

  2. #2
    Join Date
    Jul 2005
    Location
    Germany
    Posts
    1,194

    Re: IP Header Checksum Error

    I doubt it is a software error, because the Windows Socket API is above the IP protocol layer, where the error obviously occured.

    Can you verify that it is not the fibre optic which causes the problems?
    Please don't forget to rate users who helped you!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured