Edit

kc3-lang/libevent/include

Branch :

  • Show log

    Commit

  • Author : Kuldeep Gupta
    Date : 2013-12-06 17:06:20
    Hash : f03d3535
    Message : bug fix for issues #293 evdns_base_load_hosts doesn't remove outdated addresses As mentioned at https://sourceforge.net/p/levent/bugs/293/ created a small function "evdns_base_flush_outdated_host_addresses" which removes all the previous host addresses, if user wants to clean up the list of hosts can call and use this function. Defination of this function is part of another patch.