In Palm OS Cobalt applications no longer use the Net Library (and, accordingly, the Net Bit Utilities that were used in conjunction with the Net Library) in order to connect to and transfer data to and from other machines using the standard TCP/IP protocols. Instead, Palm OS Cobalt application should use the standard Berkeley sockets APIs declared in sys/sockets.h
.
NOTE: The Berkeley sockets APIs are not complete. In particular, the following are not supported in Palm OS Cobalt: AF_UNIX address family, PF_UNIX protocol family,
socketpair()
, and any UNIX-style asynchronous features, such as signals, options, or flags.