<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#00ffff>
<DIV><FONT size=2>Hi all,</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I'm trying to implement a specific Http server that listens on 
port 8080 (not the standard 80). Actually it resembles a Windows Media Server 
that also works&nbsp;as a HTTP server (among some other modes). </FONT></DIV>
<DIV><FONT size=2>I have a dump file of prercorded transmision from an actual 
Window Media Server and Windows Media Player, and my server implementation 
should transmit them after establishing the tcp connection&nbsp; with the 
Player.</FONT></DIV>
<DIV><FONT size=2>In reality, the connection is established but the server 
behaves with the following anomalies-</FONT></DIV>
<DIV><FONT size=2>1. After the "GET" transaction by the Player, the server 
transmits an ACK which&nbsp;doen't appear in the normal case.</FONT></DIV>
<DIV><FONT size=2>2. The first dump packet that is being transmitted&nbsp;starts 
&nbsp;with a huge "Realtive Sequence Number" instead of a 1.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Can someone advise please?</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Regards</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I. lesher</FONT></DIV></BODY></HTML>