On Thu, May 12, 2005 at 06:12:11PM +0200, Alfons Adriaensen wrote:
Would there be a significant overhead in using
recvfrom() and sendto()
instead of having a 'connected' socket for each client ?
apart from the additional copying of the return address
there should be no real difference in performance as long as
you keep the to- and from-address buffers around (without
allocating them everytime).
<sk>