Daniel, On Thu, Oct 11, 2012 at 12:14 AM, Daniel Stenberg <[email protected]> wrote: > On Wed, 10 Oct 2012, Igor Korot wrote: > >> Is there a way to write a function that will use my own protocol >> specification or I have to write a TCP client? > > > libcurl is NOT a generic networking library. libcurl is a library for doing > data transfers using one of the supported protocols. > > If you don't want to use any of the supported protocols, there is very > little motivation to use libcurl for your project.
Thank you for the reply. Yes, I feared that. Now it's time to write the TCP client... ;-) > > -- > > / daniel.haxx.se > > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
