[OpenSIPS-Devel] [OpenSIPS/opensips] 9f5448: deprecate epoll_et and use epoll_lt instead

Razvan Crainea razvan at opensips.org
Tue Dec 19 05:28:19 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 9f54480df82f2c744336d8491e365908608c92c2
      https://github.com/OpenSIPS/opensips/commit/9f54480df82f2c744336d8491e365908608c92c2
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2017-12-19 (Tue, 19 Dec 2017)

  Changed paths:
    M io_wait.c

  Log Message:
  -----------
  deprecate epoll_et and use epoll_lt instead

epoll_et needs draining the socket out of data, which behaves against
our balancing mechanism.

(cherry picked from commit cbfef48c726bd4679f7f63df83250523101068f6)


  Commit: 1b9532cb8b757e0d430523190c65d17cf33a9b99
      https://github.com/OpenSIPS/opensips/commit/1b9532cb8b757e0d430523190c65d17cf33a9b99
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2017-12-19 (Tue, 19 Dec 2017)

  Changed paths:
    M io_wait.c
    M io_wait.h
    M poll_types.h
    M reactor.h
    M reactor_defs.h

  Log Message:
  -----------
  reactor: replace epoll_lt and epoll_et \w epoll

Remove the epoll_lt and epoll_et keyworkds and make available only
epoll, which behaves as epoll lt (Level Triggered)


Compare: https://github.com/OpenSIPS/opensips/compare/a250191728b7...1b9532cb8b75


More information about the Devel mailing list