Well , yes . 
UDP does not have 'state' like tcp does , but the network administrator 
says the hardware appliance tracks based on  source / destination per 
connection and theres a global timeout for this connection  ( 60 seconds . 
Since there are a lot of messages  and each new message opens a new 
connection the connection pool is filling up fast . 

Hence my question , is there any way to re-use one connection for all 
messages ? 
Any library out there that supports this ?

Thanks alot ,


marți, 28 aprilie 2015, 16:27:42 UTC+3, Jochen Schalanda a scris:
>
> Hi,
>
> I'm not sure what you're referring to. UDP is, by definition, a 
> connection-less protocol so there's no connection which your firewalls or 
> packet filters could track in the first place. Could you please elaborate 
> on the problem?
>
> Cheers,
> Jochen
>
> On Tuesday, 28 April 2015 14:31:08 UTC+2, [email protected] wrote:
>>
>> Hello . 
>> Has anyone ran into this issue ? 
>>
>> I am sending logs using logback-gelf from different networks and even 
>> though the traffic is UDP my firewalls connection pool is filling up 
>> because each new message means a new connection and it has its own timeout 
>> settings .
>>
>> Is there anyway to re-use the same connection to send all messages ?
>>
>> Thanks ,
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to