Re: [Jwap-info] Re:Multi-Homed jWAP
Brought to you by:
mcdmx,
nikobender
|
From: Michel M. <mc...@us...> - 2004-07-07 15:20:49
|
Quoting Domingo Morales <dom...@zw...>: > modified the constructors of the classes CWTPSocket, CWSPSession by myself > and I have tested it for almost a week. I would like to know if your changes > are similar. They are about the same... > It seems to me that I should modified not only these constructors by also the > code associated to the redirection (which must start another Socket and I > imagine it uses the "old-way" through a default IP address). The only class that actually follows a WSP redirect is the "WAPClient". It just takes the first address/port received and calls connect() again. Therefore, the local address and port will be honoured. Cheers, Michel |