RE: euLibnet and IRC

new topic     » goto parent     » topic index » view thread      » older message » newer message

On 1 Jun 2001, at 4:04, Grape Vine wrote:


> 
> Thanx for code.
> Sure ill share mine, tho i think it will scare you.
> Well, none of my older code will, I lost 2K today =(
> Lot 100% of my Eu code <insert mild heart attack here>

I thought 2K was bullet proof?! Anyhow, whatever the OS, back up *everything* on
several harddrives, and back up on a hd you can remove from the puter after the 
backup! (just unplug the power and ide cable, the OS will never know it's
there.)
 
> Ya mind sending more info on the poke4 fix?

Np, i thought i had sent it to the list a few days ago, it's not the only patch
to tcp4u, be
sure you get both of these done...

I found two bugs in tcp4u:

line 505 in function tcp4u_connect()
connect_socket should be an atom, it goes outside the range of integers

lines:
495:     port_addr = allocate(2)
496:     poke(port_addr, port)

make them into:

port_addr = allocate(4)
poke4(port_addr,port)


Kat

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu