8000 Comparing jedisct1:master...lorf:master · jedisct1/UCarp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.
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: jedisct1/UCarp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lorf/UCarp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    b28d031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    748f090 View commit details
    Browse the repository at this point in the history
  3. Fix default UDP port

    lorf committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    0c967a0 View commit details
    Browse the repository at this point in the history
  4. added option to send advertisement encapsulated in UDP unicast

    - the advertisement frame is send as payload of UDP packet to another
      peer
    - peer is defined via '-U address' - the address can be an IP or IP:PORT
      (examples: '-U 10.1.1.2' or '-U 10.1.1.2:800'). If port is not
      provided, the default value is 112. Same port is used in the local
      interface to send/receive packets
    - it works only for a pair of servers, each advertising to the other.
      Useful for cases when the network topology/restrictions don't allow
      multicast or broadcast (it happens in many virtualized systems)
    - when UDP unicast is used, no broadcast/multicast advertisement is sent
    miconda authored and lorf committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    a03e62d View commit details
    Browse the repository at this point in the history
Loading
0