[jira] [Updated] (DIRMINA-1137) PortUnreachable not check while writing to socket

2020-10-06 Thread Alexander B (Jira)


 [ 
https://issues.apache.org/jira/browse/DIRMINA-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander B updated DIRMINA-1137:
-
Attachment: exceptionstack.png

> PortUnreachable not check while writing to socket
> -
>
> Key: DIRMINA-1137
> URL: https://issues.apache.org/jira/browse/DIRMINA-1137
> Project: MINA
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 2.1.4
> Environment: Java 1.8, Unix/Windows
>Reporter: Alexander B
>Priority: Critical
> Attachments: exceptionstack.png
>
>
> Hi guys,
> My intention is to send udp package to a specific ip and port (even if there 
> is not receiver). Me - as the sender - do not have any knowledge about 
> (existing) receivers. After receiving a "unreachable port" package back to 
> myself (because no receiver exists), the session was closed automatically.
> In your class AbstractPollingIoProcessor from lines 1108ff. in such a case a 
> UnreachablePortException was thrown, catched and therefore in line 1112 the 
> session was closed.
> In contrast to this, while reading from a socket (lines 560ff.), you are 
> distinguishing cases with and without the flag CloseOnPortUnreachable from 
> the sessionConfig. [I am not quite sure about my statement here]
> Can you explain, why this was not done at the "writing"-process? Or was there 
> anything I missunderstood?
> Thanks
> Alex



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[jira] [Updated] (DIRMINA-1137) PortUnreachable not check while writing to socket

2021-02-28 Thread Alexander B (Jira)


 [ 
https://issues.apache.org/jira/browse/DIRMINA-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander B updated DIRMINA-1137:
-
Attachment: minatest2.7z

> PortUnreachable not check while writing to socket
> -
>
> Key: DIRMINA-1137
> URL: https://issues.apache.org/jira/browse/DIRMINA-1137
> Project: MINA
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 2.1.4
> Environment: Java 1.8, Unix/Windows
>Reporter: Alexander B
>Priority: Critical
> Attachments: exceptionstack.png, minatest2.7z
>
>
> Hi guys,
> My intention is to send udp package to a specific ip and port (even if there 
> is not receiver). Me - as the sender - do not have any knowledge about 
> (existing) receivers. After receiving a "unreachable port" package back to 
> myself (because no receiver exists), the session was closed automatically.
> In your class AbstractPollingIoProcessor from lines 1108ff. in such a case a 
> UnreachablePortException was thrown, catched and therefore in line 1112 the 
> session was closed.
> In contrast to this, while reading from a socket (lines 560ff.), you are 
> distinguishing cases with and without the flag CloseOnPortUnreachable from 
> the sessionConfig. [I am not quite sure about my statement here]
> Can you explain, why this was not done at the "writing"-process? Or was there 
> anything I missunderstood?
> Thanks
> Alex



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org