X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=BEujaen8MtxCUxCA i7gWuS6XFMxmdPC1zZmj0ONeRUO25c6rloDAuiMXjWkXRuMhZaPaXuQVuF51qRBd 88d1AraYAS8fME7hS4ft9iPy1RLDtA+nEpsNWa3d2o3wcVmzOZYFicntZIHnagUZ aGqusIMX2pB8qhDU+s6a7V7fxjE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=OLG3Cz9SfGLUCBXmMJsAN3 qJhc8=; b=tn58CnGf6y3fgwxPaBbZ6UEI0mRQ1ANXSDt60wUoagmcsxudxZ5O6+ SXddU+Y1cw915OGNgyz88xWPY8ysrfIGB+0F79Jjw91jP/MGUu/I8IeK1FjoHkLx 2vOsiujej25tOym/VldiIKZGeXRizEC4qEkcp15atikQblP69hVQ8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,CYGWIN_OWNER_BODY,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY autolearn=ham version=3.3.2 spammy=H*RU:!192.168.1.100!, H*r:ip*192.168.1.100, Hx-spam-relays-external:!192.168.1.100!, H*u:6.1 X-HELO: m0.truegem.net Subject: Re: RPC clnt_create() adress already in use To: cygwin AT cygwin DOT com References: <59D90AF8D70E9740907BACDE2BCB520836DFC167 AT RESW102 DOT resdom01 DOT local> From: Mark Geisert Message-ID: <65e84fd3-291a-409c-668d-19c413d078aa@maxrnd.com> Date: Tue, 30 Jan 2018 01:04:46 -0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46 MIME-Version: 1.0 In-Reply-To: <59D90AF8D70E9740907BACDE2BCB520836DFC167@RESW102.resdom01.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit PAULUS, Raimund, TI-ABN wrote: > Hi Mark, > as Corinna wrote in the thread " Cygwin socket option SO_REUSEADDR operates unlike Linux", the cause for the problem in libtirpc is Microsofts implementation of socket handling. If i implement a simple socket client, that is not so much of an issue, because I call the functions separately and can handle the error. Moreover in this case bind() is not necessary. > But in the case of libtirpc the implementation of clnttcp_create() determines the sequence of bind() and connect() for the local port and you cannot correct the error of bind() after the call of connect(). Therefore I think best is to set the port number to zero (port = 0) before the call to bind(). > > Raimund > > > -----Ursprüngliche Nachricht----- > Von: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com] Im Auftrag von PAULUS, Raimund, TI-ABN > Gesendet: Dienstag, 9. Januar 2018 09:14 > An: cygwin AT cygwin DOT com > Betreff: WG: AW: RPC clnt_create() adress already in use [...] Hi Raimund, Where, exactly, would you set the port number to zero? I can imagine how this would solve the problem you're seeing but I'm concerned about other use cases. It also seems a little odd to me we'd be making a Cygwin-specific patch rather than "fixing" Cygwin itself so the patch would not be necessary. But I don't feel strongly either way here. libtirpc already has Cygwin-specific patches. ..mark -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple