6 Commits

Author SHA1 Message Date
Fabrice Fontaine
0c54afc94e fix build with gcc 4.8
Fix the following build failure with gcc 4.8:

sslh-select.c: In function 'udp_timeouts':
sslh-select.c:480:5: error: 'for' loop initial declarations are only allowed in C99 mode
     for (int i = 0; i < fd_info->max_fd; i++) {
     ^

Fixes:
 - http://autobuild.buildroot.org/results/4315321fb1b6c6849ff583999557106fb97b3ab7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2022-01-04 14:17:03 +01:00
yrutschle
1a3341c2a4 be more defensive when allocating and extending gap 2021-08-24 20:07:28 +02:00
yrutschle
b258b0e0f7 manage probing sockets in a specific list instead of searching through all connections 2021-04-19 09:38:22 +02:00
yrutschle
21ed247acb removed obsolete function 2021-04-17 21:00:52 +02:00
yrutschle
5715a9f0bd stop managing connections as array; instead, allocate connections, and fd2cnx is the only pointer to it 2021-04-14 23:26:33 +02:00
yrutschle
de474e1d07 stop managing connections as array; instead, allocate connections, and fd2cnx is the only pointer to it 2021-04-14 23:26:01 +02:00