[haiku-gsoc] Re: Fwd: Re: [HCD08] ICMP error handling & propagation project

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-gsoc@xxxxxxxxxxxxx
  • Date: Thu, 18 Sep 2008 19:48:31 +0200 CEST

"Yin Qiu" <allenchue@xxxxxxxxx> wrote:
> Here's an update for the ICMP project. The diff is attached. Since 
> it's
> already in late August, I think this might be much close to my final 
> HCD
> job. But I'm still working. I'm listing my achievements together with
> unfinished stuff below.

BTW I'm still waiting for an updated patch that makes networking work 
again.
In the mean time, I've added the Jamfile needed to compile all tests as 
part of the standard build.

Bye,
   Axel.

SubDir HAIKU_TOP src tests kits net icmp_tests ;

BinCommand big_datagram :
        big_datagram.c
        : network
;

BinCommand icmp_dumper :
        icmp_dumper.c
        : network
;

BinCommand tcp_unreachable :
        tcp_unreachable.c
        : network
;

BinCommand udp_unreachable :
        udp_unreachable.c
        : network
;

Other related posts: