Re: RFR(M): JDK-8061228 Allow JDWP socket connector to accept connections from certain ip addresses only

2017-05-19 Thread serguei.spit...@oracle.com
On 5/19/17 06:22, Robbin Ehn wrote: Hi, On 05/19/2017 08:27 AM, serguei.spit...@oracle.com wrote: On 5/18/17 04:05, Robbin Ehn wrote: Hi of those: One more alternate solution to suggest is to add new function: jdwpTransportError SetTransportConfiguration(jdwpTransportConfiguration config);

Re: RFR(M): JDK-8061228 Allow JDWP socket connector to accept connections from certain ip addresses only

2017-05-19 Thread Robbin Ehn
Hi, On 05/19/2017 08:27 AM, serguei.spit...@oracle.com wrote: On 5/18/17 04:05, Robbin Ehn wrote: Hi of those: One more alternate solution to suggest is to add new function: jdwpTransportError SetTransportConfiguration(jdwpTransportConfiguration config); Where: typedef struct { con

Re: RFR(M): JDK-8061228 Allow JDWP socket connector to accept connections from certain ip addresses only

2017-05-19 Thread serguei.spit...@oracle.com
Dmitry, On 5/18/17 04:33, Dmitry Samersoff wrote: Serguei, *a* 4. The suggested *allow* feature is too destructive for the transport API. It makes the original function StartListening unusable and its entry slot a garbage. It will become a big mess if we add more function clones like StartLi