Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: frida/releng
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8870e5861ba1836cd6b33d63b8df74c7ca298cd1
Choose a base ref
...
head repository: frida/releng
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d31b031467af5a1446b0d8c296d901a77a2f59d9
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 8, 2024

  1. deps: Bump lwIP to 2b3efb7

    oleavr committed Dec 8, 2024
    Copy the full SHA
    bad23d5 View commit details
  2. deps: Bump lwIP TCP MSS to 4036

    For better TCP tunnel performance.
    oleavr committed Dec 8, 2024
    Copy the full SHA
    d6d0874 View commit details
  3. deps: Bump to 20241208

    oleavr committed Dec 8, 2024
    Copy the full SHA
    d31b031 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 deps.toml
8 changes: 4 additions & 4 deletions deps.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[dependencies]
version = "20241105"
bootstrap_version = "20241006"
version = "20241208"
bootstrap_version = "20241105"

[ninja]
scope = "toolchain"
@@ -215,15 +215,15 @@ url = "https://github.com/frida/libusb.git"

[lwip]
name = "lwIP"
version = "9f64c40cac2e77eddf6b3913961fdd056d307716"
version = "2b3efb7862866904f67dc369c9147f527a2982ca"
url = "https://github.com/frida/lwip.git"
options = [
"-Dipv4=disabled",
"-Dipv6=enabled",
"-Ddns=disabled",
"-Darp=disabled",
"-Dethernet=enabled",
"-Dtcp_mss=1360",
"-Dtcp_mss=4036",
"-Dtcp_snd_buf=65535",
"-Dtcp_wnd=65535",
{ value = "-Dlwip_debug=disabled", when = "machine.config_is_optimized" },