2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 11:10:24 +00:00
Files
xcat-core/xCAT-server/sbin
Jarrod Johnson 49c809e031 Reorganize UDP <-> SSL rework
Because SSL actually was relying upon accept() to hold indefininetly,
it would hang up the UDP worker indefinitely, blocking requests.
Fix this by driving the loop iteration through select() rather than
accept() and iterating through each file handle only when select()
says they are ready.
2015-05-27 10:23:37 -04:00
..
2009-03-02 16:04:09 +00:00
2015-05-27 10:23:37 -04:00
2013-10-29 11:08:40 -04:00