Barefootsanders 0 Junior Poster

I'm writing a simple networking application. I'm using berkley sockets and was wondering if there was a way to enable the UDP w/ ACK option when setting up a udp socket. I know the UDP protocol has an field (in the options area) to enable it but I'm unsure on how to enable this in C++.

Any suggestions?

Thanks