Robert Schuster wrote: > Hi, > the attached patch renames a method in KqueueSelectorImpl (this conflicts with > the field of the same name in GCJ) and removes the IP_TTL field in > VMPlainDatagramSocketImpl. The latter is seemingly not used anywhere and > causes > a problem during GCJ compilation. > > Please comment whether this change is ok? >
Sure, the kqueue bits are fine (but, I'm at a loss at why they would be needed ;-) VMPlainDatagramSocketImpl is, I think, mostly deprecated at this point (favoring instead VMPlainSocketImpl, so more of the code is shared). I don't know if it's safe yet to remove it completely, though. I haven't looked. Thanks.
