search for: netconn_connect

Displaying 2 results from an estimated 2 matches for "netconn_connect".

2013 Mar 28
1
Makefile race condition with parallel make
When attempting to build syslinux in parallel (make -j5), I encountered the following error at the end: rm -f liblpxelinux.a ar cq liblpxelinux.a rawcon.o ./fs/pxe/dhcp_option.o ./fs/pxe/pxe.o ./fs/pxe/tftp.o ./fs/pxe/urlparse.o ./lwip/src/netif/ethernetif.o ./lwip/src/netif/etharp.o ./lwip/src/netif/slipif.o ./lwip/src/netif/ppp/md5.o ./lwip/src/netif/ppp/randm.o ./lwip/src/netif/ppp/chpms.o
2017 Jul 21
0
Wine release 2.13
...inhttp: Use notification flags to explicitly mark notifications that should signal an event. winhttp/tests: Make sure that all notifications were called before the end of a test. winhttp: Get rid of no longer needed netconn_init. winhttp: Pass socket address as sockaddr_storage to netconn_connect. winhttp: Store socked address in netconn_t. winhttp: Merge netconn_create and netconn_connect implementations. winhttp: Introduce global connected hosts store and keep reference to host in netconn_t. winhttp: Cache and reuse persistent HTTP connections. winhttp: Perio...