Changeset db654df for select.c


Ignore:
Timestamp:
Mar 29, 2009, 9:34:47 PM (15 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
owl
Children:
f19fef4
Parents:
6d7e6c6
Message:
remove the excessive process_events (it oddly made the situation
   worse) and instead call it just on sending login and logout
   notificatinos.
new debug message in loadsubs
new handle_ack
File:
1 edited

Legend:

Unmodified
Added
Removed
  • select.c

    rb310c0e rdb654df  
    7575
    7676  if (elt != -1) {  /* If we have a dispatch for this FD */
     77    owl_function_debugmsg("select: duplicate dispatch found");
    7778    owl_dispatch *d_old;
    7879    d_old = (owl_dispatch*)owl_list_get_element(dl, elt);
     
    210211
    211212  /* owl_select_process_timers(&timeout); */
    212   timeout.tv_sec = 60;
     213
     214  /* settings to 5 seconds for the moment, we can raise this when the
     215   * odd select behavior with zephyr is understood
     216   */
     217  timeout.tv_sec = 5;
    213218  timeout.tv_usec = 0;
    214219
Note: See TracChangeset for help on using the changeset viewer.