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: hzane/enet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bennesp/enet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 14 files changed
  • 1 contributor

Commits on Dec 22, 2020

  1. invert channelID and Flags inside EnetPacketHeader

    Don't know why, but Photon has these fields inverted
    bennesp committed Dec 22, 2020
    Copy the full SHA
    7980f39 View commit details
  2. add peerID (default to -1)

    bennesp committed Dec 22, 2020
    Copy the full SHA
    4c02911 View commit details
  3. fix peerID off by one bug

    bennesp committed Dec 22, 2020
    Copy the full SHA
    b1c7cb9 View commit details
  4. Copy the full SHA
    9d53344 View commit details
  5. Copy the full SHA
    7a0bb9d View commit details
  6. Copy the full SHA
    afbb4ef View commit details
  7. make seqNum start from 1

    sadly many implementations are bad, and they treat zero as a falsy value
    bennesp committed Dec 22, 2020
    Copy the full SHA
    b791a0f View commit details
  8. set SN to 0 for acks

    bennesp committed Dec 22, 2020
    Copy the full SHA
    d3fb970 View commit details
  9. randomize first clientId

    bennesp committed Dec 22, 2020
    Copy the full SHA
    5d805e2 View commit details

Commits on Dec 23, 2020

  1. Copy the full SHA
    4a942c1 View commit details
  2. Copy the full SHA
    7f75afa View commit details
  3. Copy the full SHA
    80ea06a View commit details
  4. Copy the full SHA
    ec778db View commit details
  5. Copy the full SHA
    799be0e View commit details
  6. fix send ack unreliably

    bennesp committed Dec 23, 2020
    Copy the full SHA
    c0ffdc4 View commit details
  7. add ci

    bennesp authored Dec 23, 2020
    Copy the full SHA
    db0d59b View commit details

Commits on Dec 28, 2020

  1. add on ack handler

    bennesp committed Dec 28, 2020
    Copy the full SHA
    89a9bed View commit details
  2. clean repo

    bennesp committed Dec 28, 2020
    Copy the full SHA
    3927102 View commit details
Loading