0
|
1 |
WSOCK - replaces Series 60 TCP/IP stack with Windows sockets
|
|
2 |
=============================================================
|
|
3 |
|
|
4 |
WSOCK is a protocol driver for Series 60 emulator that uses
|
|
5 |
Windows sockets to access the network.
|
|
6 |
|
|
7 |
Note that wsock cannot coexist with the built-in TCP/IP stack
|
|
8 |
because it uses (must use) the same address family, socket
|
|
9 |
types and protocol ids. Therefore, in order to use wsock, you
|
|
10 |
must remove ip.tcpip.esk file from the emulator's filesystem.
|
|
11 |
The location of the ip.tcpip.esk depends on the version of
|
|
12 |
the platform. Check comments in group/bld.inf file.
|
|
13 |
|
|
14 |
When the protocol loads, it creates an access point called
|
|
15 |
"Winsock". Select it when prompted for access point.
|