Re: Fwd: custom DatagramSocket and DatagramPacket

2007-10-30 Thread Roger Abelenda
I'm in an academic project implementing an ipv6 stack entirely with java in the jvm, and make the jvm by default call my ipv6 stack. Thanks for advice, i'll try. 2007/10/30, Alan Bateman <[EMAIL PROTECTED]>: > Roger Abelenda wrote: > > Hi I'm implementing an DatagramSocket and a > > datagramPacket

Re: Fwd: custom DatagramSocket and DatagramPacket

2007-10-30 Thread Alan Bateman
Roger Abelenda wrote: Hi I'm implementing an DatagramSocket and a datagramPacket and I want to subsitute the ones of the jvm with this ones. If you know: where may I put my code and what shall I do to make it compile when I compile the jvm?, and , what changes Ii need to do to plug it into the or

Fwd: custom DatagramSocket and DatagramPacket

2007-10-30 Thread Roger Abelenda
Hi I'm implementing an DatagramSocket and a datagramPacket and I want to subsitute the ones of the jvm with this ones. If you know: where may I put my code and what shall I do to make it compile when I compile the jvm?, and , what changes Ii need to do to plug it into the original code to make the