AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20071113153604.2b2be7a8@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<maxim.kozlovsky@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
RMID:#imap/andys@onstor.net@onstor-exch02.onstor.net/INBOX	0	BB375AF679D4A34E9CA8DFA650E2B04E068839BB@onstor-exch02.onstor.net
X-Sylpheed-End-Special-Headers: 1
Date: Tue, 13 Nov 2007 15:36:37 -0800
From: Andrew Sharp <andy.sharp@onstor.com>
To: "Maxim Kozlovsky" <maxim.kozlovsky@onstor.com>
Subject: Re: /|\-
Message-ID: <20071113153637.063c4874@ripper.onstor.net>
In-Reply-To: <BB375AF679D4A34E9CA8DFA650E2B04E068839BB@onstor-exch02.onstor.net>
References: <BB375AF679D4A34E9CA8DFA650E2B04E068839BB@onstor-exch02.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Geez.

I seem to either get hardly any now with the cougar so close, or it
happens so fast the terminal server drops 95% of them.  It loads the
kernel, now that it's smaller ~:^), in about 2-3 seconds.

On Tue, 13 Nov 2007 15:11:11 -0800 "Maxim Kozlovsky"
<maxim.kozlovsky@onstor.com> wrote:

> It prints the character on EVERY packet received:
> 
> /*-----------------------------------------------------------------
>  * Name:        tftp_rcvData
>  *
>  * Description: Handle TFTP Data packet (OPCODE 3)
>  *
>  * Created by : Shaun Hui
>  *
>  * Date Created: 9/15/01
>  *-----------------------------------------------------------------
>  */
> static void
> tftp_rcvData( tftp_cb_t *tftpCb, pkt_desc_t *pDesc )
> {
> 	tftp_hdr_t	*tftpHdr;
> 	int32		eof;
> 
> 	tftpHdr = (tftp_hdr_t *)pDesc->pHdr;
> 
> 	/*-------------------------------
> 	 * Display "spin" char.
> 	 *-------------------------------
> 	 */
> 	tftp_spin( ntohs(tftpHdr->th_block) );
