Date: Tue, 4 Jan 94 09:07:24 -0500 From: DJ Delorie To: vincent AT physique DOT ens DOT fr Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: > Among the samples coming with DJGPP 1.11 I found a packdrv.c > with which network package does it work ? It works *without* any network installed, just a packet driver. If you don't know what a packet driver is, don't bother trying the program - it is only for talking to packet drivers. It issues an ARP packet to some other machine talking IP, and prints the response. > I am having a serious pb with freeing memory which is > apparently never freed : using a sligtly modified dpmimem.c > here is what I get ! Am I making a stupid mistake or how can > I get back my memeory ? The way malloc works, freeing up memory doesn't return it to the system - it just puts it on an internal list for future reuse.