Skip to content
Snippets Groups Projects
Commit 82e609fe authored by Sébastien Blin's avatar Sébastien Blin
Browse files

stun_sock: correctly detect outgoing connection

The pointer may be invalidated or null, so instead, copy the address.
Moreover, check if a connection reset occurs when a check is in progress
(it wasn't handled, causing the connection to fails)

Change-Id: I0ad533844c9a2ca3d2067fec5556fc275d10bab3
GitLab: #823
parent 2c078794
Branches
No related tags found
No related merge requests found
35bdb98eb030944de1cf5c1b82ca099eafd7c1252c0bff235649d9c2274fe1f1a81e9df3435e7eb7bead059231d443e7f969910061970525e5e2f10973bc529e pjproject-20e00fcdd16459444bae2bae9c0611b63cf87297.tar.gz
617f3a5cd38423a429b17553bb73ad467694ce3e899a788aaf20d0540f6a6904c06a2fc35bf9e0d1c9ab07ba821ca0e1d6d2b002e473bfa9850ff6f8b96447c0 pjproject-e4b83585a0bdf1523e808a4fc1946ec82ac733d0.tar.gz
{
"name": "pjproject",
"version": "20e00fcdd16459444bae2bae9c0611b63cf87297",
"version": "e4b83585a0bdf1523e808a4fc1946ec82ac733d0",
"url": "https://github.com/savoirfairelinux/pjproject/archive/__VERSION__.tar.gz",
"deps": ["gnutls"],
"patches": [
......
# PJPROJECT
PJPROJECT_VERSION := 20e00fcdd16459444bae2bae9c0611b63cf87297
PJPROJECT_VERSION := e4b83585a0bdf1523e808a4fc1946ec82ac733d0
PJPROJECT_URL := https://github.com/savoirfairelinux/pjproject/archive/${PJPROJECT_VERSION}.tar.gz
PJPROJECT_OPTIONS := --disable-sound \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment