nablet developer (2017-11-20): > regarding re-using functions from network.c (like ff_network_wait_fd, > ff_accept, etc) > is suggested approach acceptable? is it okay to define such socket_api > structure and pass to > network.c calls?
I do not think so. These functions are very specific to the quirks of the BSD socket API, and not very well designed at that. I would say to only use them if you actually have a file descriptor. Hopefully, the library should provide better base APIs, like operations with a timeout. Regards, -- Nicolas George
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel