| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Libevent
Revision: 949
Author: nprovos
Date: 16 Nov 2008 18:26:38
Changes:from trunk: Allow setting of local port for evhttp connections to support millions of connections from a single system; from Richard Jones
Files:| ... | ...@@ -61,6 +61,7 @@ | |
| 61 | 61 | struct evbuffer *output_buffer; |
| 62 | 62 | |
| 63 | 63 | char *bind_address; /* address to use for binding the src */ |
| 64 | u_short bind_port; /* local port for binding the src */ | |
| 64 | 65 | |
| 65 | 66 | char *address; /* address to connect to */ |
| 66 | 67 | u_short port; |