Searched refs:max_hdr_lst_sz (Results 1 – 3 of 3) sorted by relevance
/external/scapy/scapy/contrib/ |
D | http2.py | 2601 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
|
D | http2.uts | 2130 seq = h.parse_txt_hdrs(hdrs, stream_id=1, max_frm_sz=8192, max_hdr_lst_sz=5050)
|
/external/scapy/doc/notebooks/ |
D | HTTP_2_Tuto.ipynb | 427 " 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",
|