Searched refs:SMTP_POLL_INTERVAL (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/lwip/src/apps/smtp/
H A Dsmtp.c72 #define SMTP_POLL_INTERVAL 4 macro
75 #define SMTP_TIMEOUT_DATABLOCK ( 3 * 60 * SMTP_POLL_INTERVAL / 2)
78 #define SMTP_TIMEOUT_DATATERM (10 * 60 * SMTP_POLL_INTERVAL / 2)
83 #define SMTP_TIMEOUT ( 2 * 60 * SMTP_POLL_INTERVAL / 2)
474 altcp_poll(pcb, smtp_tcp_poll, SMTP_POLL_INTERVAL);

Completed in 82 milliseconds