On Mon, 15 Apr 2013, dfgfgdf sdfsdf wrote:

In my infinite Loop the connection ID which start with"#" increase always, even the connection is closed later! And it may exceed the max-Integer of my Linux in future?

1. It only increases when a new connection is created, not for re-used ones.

2. If you create 100 new connections per second, it'll still take you 248 days to wrap the counter. Few programs run uninterrupted at that speed that long.

3. A wrapped counter shouldn't be a problem, the connection_id is for displaying purposes to allow humans to associate log entries with connections.

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to