I have some question about winpkfilter buffer.

Home Forums Discussions Support I have some question about winpkfilter buffer.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5013
    machun
    Participant

      I know about winpkfilter have 500 packet buffer.

      but i want to more than (about 1000~1500) packet buffer.

      where i edit ?

      #6027
      Vadim Smirnov
      Keymaster

        where i edit ?

        If you have access to the source code then you should modify the proc.h in line 22

        #define INT_BUF_POOL_SIZE 500

        change to

        #define INT_BUF_POOL_SIZE 1000 //or 1500

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