Path: utzoo!utgpu!watserv1!watmath!att!linac!uwm.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!samsung!umich!wsu-cs!CMS.CC.WAYNE.EDU!BHOLMES From: BHOLMES@CMS.CC.WAYNE.EDU Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: KA9Q POP server is broken Message-ID: <1991Apr11.132601.12744@cs.wayne.edu> Date: 11 Apr 91 13:26:01 GMT Sender: News@cs.wayne.edu Organization: Wayne State University Lines: 7 I broke out our SNIFFER and found out that the POP server in KA9Q is broken. Since POP uses TCP, the server should not exspect to see an entire command in one packet. TCP is a stream protocol and the server should peice together incoming packets until a command separator, in this case CRLF, is received. The POP server in KA9Q is exspecting an entire command to be in 1 TCP packet therefore is broken. I've seen this in several POP server implementations which is why I mention it here. FYI