GithubHelp home page GithubHelp logo

br_2_udp's People

Contributors

gustav1101 avatar tbohne avatar

Watchers

 avatar  avatar

br_2_udp's Issues

Error messages

Implement the printing of error messages specified in the header, not custom ones

Sending Head requires too much space

The length of the buffer sent (by the server) should be nlength + 7 (where nlength is the length of the name) byte. However it does require 8 bytes, or else the file length will be cut after 3 instead of 4 bytes. This is not caused by a terminal character in the name string as cutting the name by one byte actually omits the last character of it.

Sending Header (or anything) doesn't account for actual data type length

This could become a problem on systems where data types (int, long, ...) are actually longer than the standard requires. This can be fixed with sizeof(...), however, if sending the data to the next system this can become a problem anyway as it interprets the data differently while reading.

Problem with creating directory

Looks like creating directory needs sudo rights. Also it looks like sometimes a random error occurs and the existing directory is not recognised.

Receiver Timeout

The receiver should wait until the first package arrived before the countdown for a timeout starts.

Packet size MTU

"Wählen Sie die Paketgröße so, dass die maximale MTU einer PPPoE-Verbindung nicht überschritten wird"

Timeout

Wait 10 seconds for timeout after sending

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.