Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Rendezvous #16

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Rendezvous #16

wants to merge 8 commits into from

Commits on Oct 27, 2015

  1. Allow reusing existing UDP sockets

    Adds bind_with_udp_socket and connect_with_udp_socket to both
    UtpSocket and UtpStream.
    madadam authored and vinipsmaker committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    3fd66c0 View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    madadam authored and vinipsmaker committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    249c941 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ade921 View commit details
    Browse the repository at this point in the history
  4. add another test to rendezvous connection setup

    In this new test, each node calls `rendezvous_connect` at more farther
    apart points in time.
    vinipsmaker committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    be02527 View commit details
    Browse the repository at this point in the history
  5. Set acceptor_socket state to Closed if rendezvous connect fails

    To prevent an infinite loop in the drop function
    inetic authored and vinipsmaker committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    d068dae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa3638b View commit details
    Browse the repository at this point in the history
  7. Modifies the rendezvous test to check received data

    Test still hangs sometimes
    inetic authored and vinipsmaker committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    596f272 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2015

  1. Configuration menu
    Copy the full SHA
    c450c3e View commit details
    Browse the repository at this point in the history