6

WHY IS SOCKET PROGRAMMING SO DIFFICULT TO UNDERSTAND

Comments
  • 0
    No it's not. It is just a matter of getting use to the logic.
  • 0
    Because you have a typo, it's called sockit programming ;)
  • 0
    Not sure if this is applicable and java, and there may well be an easier way, but when doing some socket stuff in rust with a nonfunctional program, I just wrote the entire socket to an array and dumped it to stdout to see where I went wrong
  • 2
    Because it is difficult
  • 0
    @minigeek depends on the issue, the problem I caught using this is that a sneaky packet didn't get drained
  • 0
    If sockets are difficult you should get more used to the language before messing about with sockets.
  • 0
    It's theory part of it that I'm unclear with. I guess Google will be my best friend for now
Add Comment