Search:

Type: Posts; User: kyoonn

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,394

    Thanks a bunch Andreas. I was able to solve the...

    Thanks a bunch Andreas. I was able to solve the problem by allocating space for PACKET
    pkt = (PACKET *)malloc(sizeof(PACKET));
  2. Replies
    2
    Views
    1,394

    Socket Programming getting segfault

    Hello,
    I am new here and hopefully I can get some help. I am trying to send a packet across a client/server communication. I am getting a seg fault (while running the program(It compiles fine)) when...
Results 1 to 2 of 2