[cp-patches] Re: preparation of VMPlainDatagramSocketImpl removal

2006-10-08 Thread Casey Marshall
Robert Schuster wrote: The other thing that is used from VMPlainDatagramSocketImpl is the connect() method. Is it possible for DGRAM sockets to just use VMChannel.connect instead? Yes. The original just called the common method _javanet_connect, anyway. Great. However there is just one

preparation of VMPlainDatagramSocketImpl removal

2006-10-08 Thread Robert Schuster
Hi all, hi Casey. As discussed earlier I am investigating the removal of the above class. In contrast to what I said in another mail I found two uses of the VMPlainDatagramSocketImpl. In PlainDatagramSocketImpl the IP_TTL field is used. This can be fixed by moving the constant into e.g

Re: preparation of VMPlainDatagramSocketImpl removal

2006-10-08 Thread Casey Marshall
Robert Schuster wrote: Hi all, hi Casey. As discussed earlier I am investigating the removal of the above class. In contrast to what I said in another mail I found two uses of the VMPlainDatagramSocketImpl. In PlainDatagramSocketImpl the IP_TTL field is used. This can be fixed by moving