python-tx-tftp hosts its code at https://github.com/shylent/python-tx-tftp.git.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp://staging/python-tx-tftp

python-tx-tftp has 1 active review. See all merge proposals.

python-tx-tftp has 2 active branches owned by 2 people. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp://staging/python-tx-tftp
Series: trunk
1 Development 2017-04-12 10:16:17 UTC
47. Merge pull request #31 from allenap/d...

Author: shylent
Revision Date: 2017-04-12 10:16:17 UTC

Merge pull request #31 from allenap/disconnection-and-timeout-crash

Fix a disconnection and timeout crash.

lp://staging/~gabriel-samfira/python-tx-tftp/python-tx-tftp (Has a merge proposal) 1 Development 2014-02-28 17:58:16 UTC
39. Increase MAX_BLOCK_SIZE to 8192 The ...

Author: Gabriel Samfira
Revision Date: 2014-02-28 17:56:39 UTC

Increase MAX_BLOCK_SIZE to 8192

The current MAX_BLOCK_SIZE only allows files of up to ~87 MB in size.
Considering that a windows winpe ramdisk can grow to about ~270 MB,
it would just fail after block nr 65535. Increasing this constant
will allow larger files to be transmited.

It is not mandatory for the client to ask for a block size as large as this. It
is just a higher cap, up to which a client may negotiate.

Preferably, this would be configurable per backend, and not hardcoded
in session.py.

12 of 2 results
You can't create new branches for python-tx-tftp.