This is a basic question on socket programming. It is not related to OpenSSL
development.


In short, you have to call setsockopt(..., SO_REUSEADDR, ...) before calling
bind(3) in that program. That'll solve it.

thanks. that worked great. sorry for the OT. ;-)

- philip



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to