Package beepy :: Package transports :: Module tcp :: Class SEQBuffer
[show private | hide private]
[frames | no frames]

Class SEQBuffer


A SEQ buffer is a data object that holds the current state of a channel buffer. It is used by SEQ frame processing to tune window sizes and queue pending data, if any.
Method Summary
  __init__(self, channelnum)
  __str__(self)

Class Variable Summary
int MAX_WINDOWSIZE = 40960                                                                 
int MIN_WINDOWSIZE = 1                                                                     
int PRIORITY_INCREMENT = 2048                                                                  
int STARTING_WINDOWSIZE = 4096                                                                  

Class Variable Details

MAX_WINDOWSIZE

Type:
int
Value:
40960                                                                 

MIN_WINDOWSIZE

Type:
int
Value:
1                                                                     

PRIORITY_INCREMENT

Type:
int
Value:
2048                                                                  

STARTING_WINDOWSIZE

Type:
int
Value:
4096                                                                  

Generated by Epydoc 2.0 on Thu Sep 30 14:39:26 2004 http://epydoc.sf.net