Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

UDP Ephemeral Port Over Allocation #34

Closed
Aenima4six2 opened this issue Aug 29, 2017 · 0 comments
Closed

UDP Ephemeral Port Over Allocation #34

Aenima4six2 opened this issue Aug 29, 2017 · 0 comments

Comments

@Aenima4six2
Copy link
Contributor

The current implementation creates a new ephemeral port for each chunked GELF message that is sent. This can cause issues with enterprise firewalls, as it leads to synthetic connections being left open for each IP, Local, Remote port combination. Its also orders of magnitude slower than reusing the same local port for each send.

Pliner added a commit that referenced this issue Jan 15, 2018
#34 - Don't dispose UDP client after each message send.
@Pliner Pliner closed this as completed Mar 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants