You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by lijie <cp...@gmail.com> on 2007/06/27 05:20:59 UTC

DatagramSocket bug?

I have made a DatagramSocketAppender, used DatagramSocket. In my project, I
have another TCP short-connection connector. When connect fail,
DatagramSocket will fail. I had replaced it with linux-socket, and it works
fine.

In attachments, dgramsocketappender_old.* are the implementation with
DatagramSocket, dgramsocketappender.* are the implementation with
linux-socket