Re: TCP listenall



On Sat, Oct 27, 2007 at 04:55:15AM +0100, Bruce M. Simpson wrote:
listenallr is static and is going to get trashed by concurrent threads,
unless there is a serialization with a lock, which I don't see.

I have used sys/netinet/ip_icmp.c:badport_bandlim() for
inspiration. There it did not seem to be protected by any locks
either. Would this be a bug in the ICMP code as well?

Matus

Attachment: pgpxQhCsEjlgG.pgp
Description: PGP signature



Relevant Pages