Home
last modified time | relevance | path

Searched refs:max_hdr_lst_sz (Results 1 – 3 of 3) sorted by relevance

/external/scapy/scapy/contrib/
Dhttp2.py2601 max_hdr_lst_sz=0, # type: int argument
2663 or (max_hdr_lst_sz != 0 and new_hdr_len > max_hdr_lst_sz)
2669 max_hdr_lst_sz != 0
2670 and max_hdr_lst_sz < cur_hdr_sz + new_hdr_len
Dhttp2.uts2130 seq = h.parse_txt_hdrs(hdrs, stream_id=1, max_frm_sz=8192, max_hdr_lst_sz=5050)
/external/scapy/doc/notebooks/
DHTTP_2_Tuto.ipynb427 " max_hdr_lst_sz=srv_max_hdr_lst_sz,\n",
559 " max_hdr_lst_sz=srv_max_hdr_tbl_sz,\n",
2218 " max_hdr_lst_sz=srv_max_hdr_lst_sz,\n",