]> Git Repo - VerusCoin.git/commit - src/init.cpp
move WSAStartup to init
authorWladimir J. van der Laan <[email protected]>
Sun, 28 Apr 2013 06:51:49 +0000 (08:51 +0200)
committerWladimir J. van der Laan <[email protected]>
Sun, 28 Apr 2013 06:54:27 +0000 (08:54 +0200)
commitd23fa49c52e9e0310f938379c5af91f0b4e5fe46
treefd2fe1116c25426ae657e99c2740200584b40256
parent85157ae0183ca0efd36608b225b5c59ba8885cb9
move WSAStartup to init

WSAStartup should be called before using any other socket
functions. BindListenPort is not called if not listening.

Closes #2585.
src/init.cpp
src/net.cpp
This page took 0.025131 seconds and 4 git commands to generate.