Oliver wrote:



> When, exactly? After it's been flushed from memory?

yes, I used just a 

   if (GenesisBase=OpenLibrary("amitcp:libs/genesis.library",0))
        CloseLibrary(GenesisBase);

and after some "avail flush" 24 bytes are lost.


> I just tried that and got a INVALID_SOCKET (-1)
> (which is ok, as the protocol family isn't
> supported in TCP/IP), but no crash whatsoever.

Opsss, sorry for that, the socket to open is:

s=socket(AF_ROUTE,SOCK_RAW,0);

and not 

s=socket(AF_ROUTE,IPPROTO_RAW,0);

Anyway,  I tried it with:
- GENESiS 1.0.4 (6-2-1999)
- genesis.library 3.0.5 (12-10-1998)
- AmiTCP/IP Genesis 4.6 (24-9-1998)
All the above from the demo archive.

Ciao. Alfonso.

____________________________________________________________
Genesis Mailing List - Info & Archive: http://www.vapor.com/
For Listserver Help: <[EMAIL PROTECTED]>, "HELP"
To Unsubscribe: <[EMAIL PROTECTED]>, "UNSUBSCRIBE"

Reply via email to