README.msproxy
上传用户:zm130024
上传日期:2007-01-04
资源大小:432k
文件大小:2k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. # $Id: README.msproxy,v 1.10 1999/12/22 09:29:17 karls Exp $
  2. This is the first version of Dante that attempts to support the
  3. msproxy protocol.  This is a protocol not described in any publicly
  4. known document and it was implemented based on watching networkpackets
  5. crossing the wire and guessing their meaning.
  6. This prerelease is made public in order to get feedback
  7. on the msproxy stuff.  Current status:
  8.  - TCP connect(2) is expected to work.
  9.  - TCP bind(2) is expected to work.
  10.  - hostnames are resolved (via the proxy).
  11.  - sometimes the server returns a unexpected response to our
  12.    connect request.  MS clients understand when the response
  13.    means "wait a little, then continue or retry", we currently
  14.    don't.
  15. We appreciate any feedback at all, does it work, does it not.  That
  16. will determine whether Inferno Nettverk will continue to support
  17. work on this.
  18. Code for UDP support will probably be added later if there is demand
  19. for it.
  20. If you're a UNIX user trapped behind a msproxy server, here's to you.
  21.    -- Inferno Nettverk A/S, Oslo Research Park, Norway.
  22. News Tuesday, May 18, 1999:
  23. It seems using the Dante client will, after being used for a
  24. indeterminate amount of time, crash atleast some msproxy servers.
  25. We have had bad reports about these msproxy versions:
  26.    IIS3 (NT4 SP3) MSPROXY 2
  27. If you have a version that does not seem to crash, you might care
  28. to let us know so we can let others know.
  29. It might be argued whose fault the crashing is.  The original
  30. windowsclient does not (so often) crash the msproxy server.  The
  31. Dante client does however basically work, it is only after being
  32. used for a while (and even in independent sessions) the msproxy
  33. server crashes.
  34. So if microsoft fixed their server not to crash (and what good is
  35. a proxyserver that anyone can crash at will/accident anyway?) one
  36. would think there wouldn't be any problems using Dante with the
  37. msproxy server.
  38. An alternative might be that I spend more hours looking at network
  39. packettraces trying to find the differences between the reverseenginered
  40. msproxy protocol and the actual protocol.
  41. Since we didn't receive very much interest in the msproxy
  42. protocolsupport, the latter alternative is probably not much more
  43. likely to happen than the first, unless a customer of Inferno
  44. Nettverk specifically requests better msproxy support.