Updated a comment
git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@4 63283fd4-ec1e-0410-9879-cb7f675518da
This commit is contained in:
parent
cfa8e61fa3
commit
430f4f2a63
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
"""This library implements the tftp protocol, based on rfc 1350.
|
||||
http://www.faqs.org/rfcs/rfc1350.html
|
||||
At the moment it implements only a client class.
|
||||
At the moment it implements only a client class, but will include a server,
|
||||
with support for variable block sizes.
|
||||
"""
|
||||
|
||||
import struct, random, socket, sys, logging, time
|
||||
|
|
Reference in a new issue