Article # 186, added by Geoworks, historical record
| first | previous | index | next | last |

How does GEOS SocketAccept/SocketListen compare to BSD?



Q. Is there something different in the way GEOS SocketListen() and
   SocketAccept() works in comparison with the functionality of the
   Berkeley listen and accept commands?

A. The functionality is the same, to the extent that I understand
   BSD sockets. SocketAccept() doesn't have the ability to return
   an address, though.