buckle8017 a day ago

The edge in epoll edge triggering is going from has data to doesn't have data.

So the obvious loop using level triggering switched to edge will eventually lock up.

You'll read 4092bbytesbwhen there is 4093 bytes leaving 1 behind and then never get a signal again.

  • HackerThemAll 6 hours ago

    This is a blatant application bug, not an epoll issue, unless you prove otherwise.