Ethernet frames larger than 1514 bytes

Home Forums Discussions Support Ethernet frames larger than 1514 bytes

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5009
    espres
    Participant

      Hi,

      I’m planning to use WinPkFilter on a Gigabit Ethernet LAN.
      That allows up to 9000 bytes length frames, a.k.a ‘Jumbo Frame’,
      but can I handle it with current version ?

      #6011
      Vadim Smirnov
      Keymaster

        Hi,

        Standard build of WinpkFilter operates with 1514 bytes frames only. It simply forbids usage of larger frame size by intercepting some requests from the protocls to network card driver.

        However if there is a requirement to suppport larger frame size then drivers can be easily rebuilded (by changing few constants).

        #6012
        espres
        Participant

          thanks for quick response! 😀

          @SerpentFly wrote:

          Hi,
          However if there is a requirement to suppport larger frame size then drivers can be easily rebuilded (by changing few constants).

          Is source code license the only way to do that?

          #6013
          Vadim Smirnov
          Keymaster

            Is source code license the only way to do that?

            Developer License is enough, since it already includes custom build it won’t be a problem to change one additional constant.

            #6014
            espres
            Participant

              Hmmm, I see.
              Thanks for your kind answer. 😛

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.