Re: Fwd: custom DatagramSocket and DatagramPacket

2007-11-22 Thread Roger Abelenda
Hello, I'm continuing a work that was started in 2006. We first improve the already implemented, and now we are gone to view the basics rfcs and implement the rest of the basic stack. I'll see tonight if i can, if we already have implemented thath rfc, but i don't think so. 2007/11/22, cormacmul <

Re: Fwd: custom DatagramSocket and DatagramPacket

2007-11-22 Thread cormacmul
Hello Roger, I just submitted a mail there about RFC 3542 and RFC 2292 Advanced Sockets Application Program Interface (API) for IPv6. Do you implement anything to do with routing headers? I am working in academia as well and would be very insterested in talking about your solution. Are you visib

Re: Fwd: custom DatagramSocket and DatagramPacket

2007-10-31 Thread Roger Abelenda
Thath's right, i want in the future not only implment UDP. And how do i modify the makefile to make it put my classes in the apropiate jar, in which jar you think i would put the things? and which files may i modify?. 2007/10/31, Alan Bateman <[EMAIL PROTECTED]>: > Roger Abelenda wrote: > > I also

Re: Fwd: custom DatagramSocket and DatagramPacket

2007-10-31 Thread Alan Bateman
Roger Abelenda wrote: I also need to make other classes in my implementation (apart of the Datagrams) visible by any class when i'm using the "modifyed" jvm. I'm meaning thath those classes can be imported without setting nothing after compiling de jvm. I want to make them part of the standard cl

Re: Fwd: custom DatagramSocket and DatagramPacket

2007-10-31 Thread Roger Abelenda
I also need to make other classes in my implementation (apart of the Datagrams) visible by any class when i'm using the "modifyed" jvm. I'm meaning thath those classes can be imported without setting nothing after compiling de jvm. I want to make them part of the standard classpath. Suggestions? 2

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