(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/mac/node25.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/mac/module-mactcp.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/mac/node23.html| ]]
|
Macintosh Library Modules
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/mac/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/mac/genindex.html| ]]
|
Next: 12.3 UDP Stream Objects Up: 12 mactcp Previous: 12.1 TCP Stream Objects
12.2 TCP Status Objects
This object has no methods, only some members holding information on the connection. A complete description of all fields in this objects can be found in the Apple documentation. The most interesting ones are:
- localHost
- localPort
- remoteHost
- remotePort
- The integer IP-addresses and port numbers of both endpoints of the connection.
- sendWindow
- The current window size.
- amtUnackedData
- The number of bytes sent but not yet acknowledged.
sendWindow - amtUnackedData is what you can pass to Send() without blocking.
- amtUnreadData
- The number of bytes received but not yet read (what you can Recv() without blocking).
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/mac/node25.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/mac/module-mactcp.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/mac/node23.html| ]]
|
Macintosh Library Modules
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/mac/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/mac/genindex.html| ]]
|
Next: 12.3 UDP Stream Objects Up: 12 mactcp Previous: 12.1 TCP Stream Objects
See About this document... for information on suggesting changes.