From 4735d7b69aaf0109b49a6a152b50099ad8400f96 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 13 Jul 2017 03:01:05 -0700 Subject: Windows implmentation of TCP is "working now". This is only lightly tested, and I expect that there remain some race conditions. Endpoint logic in particular needs work. --- src/core/platform.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/core/platform.h') diff --git a/src/core/platform.h b/src/core/platform.h index b3fc7572..ed32c550 100644 --- a/src/core/platform.h +++ b/src/core/platform.h @@ -187,13 +187,6 @@ extern int nni_plat_init(int (*)(void)); // will be called until nni_platform_init is called. extern void nni_plat_fini(void); -// nni_plat_lookup_host looks up a hostname in DNS, or the local hosts -// file, or whatever. If your platform lacks support for naming, it must -// at least cope with converting IP addresses in string form. The final -// flags may include NNI_FLAG_IPV4ONLY to prevent IPv6 names from being -// returned on dual stack machines. -extern int nni_plat_lookup_host(const char *, nni_sockaddr *, int); - // // TCP Support. // -- cgit v1.2.3-70-g09d2