mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #547] [CLOSED] Fixed -udp ignoring interface #1379
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/547
Author: @Izaron
Created: 12/16/2016
Status: ❌ Closed
Base:
master← Head:udp-network📝 Commits (1)
537d331Fixed -udp ignoring interface📊 Changes
1 file changed (+1 additions, -6 deletions)
View changed files
📝
src/lib_ccx/networking.c(+1 -6)📄 Description
Use netstat for checking:
sudo netstat -ntupl | grep ccextractorWe must use our address instead of INADDR_ANY
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.