DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37202>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37202 ------- Additional Comments From [EMAIL PROTECTED] 2005-10-22 01:31 ------- Not all application protocols are going tolerate a change of layer 4 protocol. For example HTTP can probably be made to work just fine over (shudder) UDP, and certainly TCP and SCTP (which are both stream-oriented), but https would only ever work over TCP. Similarly a mod_dns would probably need to handle a UDP listen very differently from a TCP listen. But you'd probably want to specify "dns" as the application protcol in both cases. Making Listen a container would be very cumbersome imo, and the trouble I have with the 3rd argument approach is that you then have to be explicit about the application protocol. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
