Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. mpAcceptBio = BIO_new_accept(buf);
  2. BIO_set_bind_mode(mpAcceptBio, BIO_BIND_REUSEADDR);
  3.  
  4. if (BIO_do_accept(mpAcceptBio) <= 0)
  5. {
  6. // My code return from here.
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement