Archived

This forum has been archived. Please start a new discussion on GitHub.

raw socket support

hi, Marc

My application need use TCP/IP to communicate with other application. I can choose raw SOCKET or ACE to implement it. But I hope my application uses pure ICE. So my question is if ICE support raw socket programming and how.

Happy new year!

Comments

  • marc
    marc Florida
    If you are looking for a C++ wrapper for sockets, that hides system-specific differences, Ice does not offer this as a user-accessible API. There are so many socket wrappers already, we didn't feel it's necessary that Ice adds yet another one.