Search results

  1. melifaro

    Can't delete a route in FreeBSD 9.2

    There is still a problem related to p2p routes due to their different behavior (so PINNED flag is set to the other tunnel end which is wrong). I'll try to fix this in HEAD soon
  2. melifaro

    Maximize Interface Performance

    No. Modern NICs (like igb ones) offer adaptive interrupts, there is no reasons to use polling now. Current kernel-side BPF code locking model is not effective. Enabling BPF receiver on interface cause significant performance on big workloads. Patches are already in -current. MFC is planned...
  3. melifaro

    "net/ekiga3" not compiling!

    Thanks for notifying, I'll try to update ptlib && opal to latest stable version in several days
  4. melifaro

    file monitoring without polling

    You can use sysutils/wait_on for monitoring directories/files.
Back
Top