[PR #547] [CLOSED] Fixed -udp ignoring interface #1379

Closed
opened 2026-01-29 17:16:06 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/547
Author: @Izaron
Created: 12/16/2016
Status: Closed

Base: masterHead: udp-network


📝 Commits (1)

  • 537d331 Fixed -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 ccextractor
We 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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/547 **Author:** [@Izaron](https://github.com/Izaron) **Created:** 12/16/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `udp-network` --- ### 📝 Commits (1) - [`537d331`](https://github.com/CCExtractor/ccextractor/commit/537d331170028e684e5371ec7c0cb0b31820a15a) Fixed -udp ignoring interface ### 📊 Changes **1 file changed** (+1 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/networking.c` (+1 -6) </details> ### 📄 Description Use netstat for checking: `sudo netstat -ntupl | grep ccextractor` We must use our address instead of INADDR_ANY --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:16:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1379