aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/mtu.c
AgeCommit message (Expand)Author
2023-09-26Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-02-14Combine extra_tun/frame parameter of frame_calculate_payload_overheadArne Schwabe
2023-02-10Get rid of unused 'bool tuntap_buffer' arguments.Gert Doering
2023-01-10Update copyright year to 2023Frank Lichtenheld
2022-11-14Allow tun-mtu to be pushedArne Schwabe
2022-07-25Fix error message about extended errors for IPv4-only sockets.Gert Doering
2022-05-22Reformat for sp_after_comma=addFrank Lichtenheld
2022-05-13Pass proper sockaddr_* structure for IPv6 socket errors.Gert Doering
2022-05-12Implement --mtu-disc for IPv6 UDP sockets.Gert Doering
2022-04-21The Great Reformatting of 2022David Sommerseth
2022-02-14Remove FRAME_HEADROOM, PAYLOAD_SIZE, EXTRA_FRAME and TUN_LINK_DELTA macrosArne Schwabe
2022-02-13Remove frame.extra_frame and frame.extra_bufferArne Schwabe
2022-02-13Remove frame->link_mtuArne Schwabe
2022-02-13Remove extra_link from frameArne Schwabe
2022-02-13Add mtu paramter to --fragment and change fragment calculationArne Schwabe
2022-02-11Replace TUN_MTU_SIZE with frame->tun_mtuArne Schwabe
2022-02-02Change buffer allocation calculation and checks to be more staticArne Schwabe
2022-02-02Fix mssfix and frame calculation in CBC modeArne Schwabe
2022-01-26update copyright year to 2022Antonio Quartulli
2021-12-31Rework occ link-mtu calculationArne Schwabe
2021-12-30Decouple MSS fix calculation from frame calculationArne Schwabe
2021-12-30Add helper functions to calculate header/payload sizesArne Schwabe
2021-12-14Remove align_adjust frame codeArne Schwabe
2021-06-15Update copyrightsDavid Sommerseth
2021-04-07Remove check for socket functions and Win XP compatbility codeArne Schwabe
2021-03-25Fix socket related functions using int instead of socket_descriptor_tArne Schwabe
2020-06-26msvc: fix various level2 warningsLev Stipakov
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-09-10Fix --mssfix when using NCPSteffan Karger
2016-07-11Add client-side support for cipher negotiationSteffan Karger
2015-10-10Fix --mtu-disc option with IPv6 transportJulien Muchembled
2014-11-17fix warnings on WindowsHeiko Hund
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev