summaryrefslogtreecommitdiffhomepage
path: root/mullvad-masque-proxy/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2025-09-15Correct QUIC max_udp_payload_size fixmeJoakim Hulthe1-4/+2
2025-09-04Enable allocation of many packet bufs for client socket at a timeDavid Lönnhager1-2/+2
2025-09-02Add bench to masque proxy fragment handlerSebastian Holmin1-2/+2
2025-08-18Fix temporarily raise minimum QUIC payload size to 1252Markus Pettersson1-1/+3
2025-08-18Respect quinn::EndpointConfig minimum max udp payload sizeJoakim Hulthe1-4/+17
2025-04-30Handle HTTP redirects in masque clientJoakim Hulthe1-0/+2
2025-04-10Add multithreading to masque proxy serverJoakim Hulthe1-1/+7
2025-04-10Increase minimum MTU based on minimum payload sizeDavid Lönnhager1-4/+6
2025-04-10Fix maximum packet size calculationsDavid Lönnhager1-1/+28
2025-04-09Include fragmented bytes in statsJoakim Hulthe1-0/+1
2025-04-04Add initial QUIC obfuscation crateEmīls1-0/+9