Message232724
> in GNU/Linux "system timeout has been reached" -- means that system timeout will *never* reached.
That's quite likely because the system limits may be very large. For example, on my OSX box:
--- ~ » sysctl net.inet.tcp.keepinit
net.inet.tcp.keepinit: 75000
According to Apple developer docs, this is in seconds. Meaning for your example to run all 100 iterations, you'd be looking at an inordinate amount of time to finish a loop that timed out at each connection attempt and deferred to system defaults for the timeout value. Not exactly "never", but far from a reasonable time frame. Of course, this can be tuned to a more reasonable limit. |
|
Date |
User |
Action |
Args |
2014-12-16 08:17:37 | demian.brecht | set | recipients:
+ demian.brecht, loewis, flox, mcjeff, polymorphm, berker.peksag |
2014-12-16 08:17:37 | demian.brecht | set | messageid: <1418717857.11.0.252412734222.issue14134@psf.upfronthosting.co.za> |
2014-12-16 08:17:37 | demian.brecht | link | issue14134 messages |
2014-12-16 08:17:36 | demian.brecht | create | |
|