Home
last modified time | relevance | path

Searched refs:SESS_IP (Results 1 – 4 of 4) sorted by relevance

/dports/www/pound/Pound-2.8/
H A Dpound.h314 typedef enum { SESS_NONE, SESS_IP, SESS_COOKIE, SESS_URL, SESS_PARM, SESS_HEADER, SESS_BASIC } … enumerator
H A DCHANGELOG603 - SESS_IP now behaves like other session types (no longer sticky)
725 - SESS_IP now behaves like other session types (no longer sticky)
H A Dsvc.c629 case SESS_IP:
H A Dconfig.c454 svc->sess_type = SESS_IP; in parse_sess()