Skip to content

Commit

Permalink
Export the maximal message size constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Wolneykien committed Aug 10, 2011
1 parent 82095c9 commit a1dbd0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cxnet/cxnet/cx9p/messages.py
Expand Up @@ -36,6 +36,7 @@

# The maximum message size is 8192 bytes
MAX_MSG_SIZE = 8192
__all__ += ["MAX_MSG_SIZE"]

class p9msgheaderobj (object):
"""
Expand Down

0 comments on commit a1dbd0d

Please sign in to comment.