
Note, this is a VERY preliminary version.

---------------------------------------------------------------
1. Why doesn't slirp work?

A. That's a very good question.

2. Will SLiRP ever support programs like CUseme or Iphone or ... ?

A. The only way I can make other programs work is to know how they work, and
"emulate" them.  To do this I'll need either:

a) Source code if the target program; or

b) Technical details of the program.  Things like structure of data passed
back and forth, etc.  More specifically, I'll need to know how and when one
end tells the other end of any address/port sockets.

