Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • release/202005
  • release/202001
  • release/201912
  • release/201911
  • release/releaseWindowsTestOne
  • release/windowsReleaseTest
  • release/releaseTest
  • release/releaseWindowsTest
  • release/201910
  • release/qt/201910
  • release/windows-test/201910
  • release/201908
  • release/201906
  • release/201905
  • release/201904
  • release/201903
  • release/201902
  • release/201901
  • release/201812
  • 4.0.0
  • 2.2.0
  • 2.1.0
  • 2.0.1
  • 2.0.0
  • 1.4.1
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
30 results

peer_connection.cpp

  • Sébastien Blin's avatar
    ee2fe1a4
    ice: support RFC 6544 ICE over TCP · ee2fe1a4
    Sébastien Blin authored
    This patch is the first one used to perform ICE over TCP. Leads to
    major changes:
    
    + IceTransport has now a tcpEnable parameters to use TCP instead
    of UDP. Also, this patch makes ICE aggressive nomination available.
    + File transfer is now usable without TURN in a local network. For
    now, UPnP is not supported, this will come in a near future. Now,
    it can use a direct connection between two pairs.
    
    If the negotiation between peer fails, the TURN is used as a
    fallback. Moreover, to avoid breaking compability when a peer wants
    to connect, it will send the SDP message followed by TURN ips (like
    the current version).
    
    Change-Id: I0425c7da34ff2bc272c376261847195be768d522
    ice: support RFC 6544 ICE over TCP
    Sébastien Blin authored
    This patch is the first one used to perform ICE over TCP. Leads to
    major changes:
    
    + IceTransport has now a tcpEnable parameters to use TCP instead
    of UDP. Also, this patch makes ICE aggressive nomination available.
    + File transfer is now usable without TURN in a local network. For
    now, UPnP is not supported, this will come in a near future. Now,
    it can use a direct connection between two pairs.
    
    If the negotiation between peer fails, the TURN is used as a
    fallback. Moreover, to avoid breaking compability when a peer wants
    to connect, it will send the SDP message followed by TURN ips (like
    the current version).
    
    Change-Id: I0425c7da34ff2bc272c376261847195be768d522
Code owners
Assign users and groups as approvers for specific file changes. Learn more.