Search:

Type: Posts; User: Xandux

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    956

    Damn, I totally forgot the connect() call after...

    Damn, I totally forgot the connect() call after the socket() call. Apparently the program won't run unless there is a connect before a write. Makes sense, but the way the program reacts to it just...
  2. Replies
    4
    Views
    956

    Ah oops, There's a sleep(30000) beneath it atm.....

    Ah oops, There's a sleep(30000) beneath it atm.. so child's should have more than enough time. After some more testing I did the following:
    - Removed all code from clientcp except for the sock and...
  3. Replies
    4
    Views
    956

    Child dying after first line of code

    Hi there!

    I'm writing a little program that needs to fork 2 times and then the child has to run some code. It should be quite an easy task, but my child seems to die right after the first line of...
  4. Thread: DHCP Discover

    by Xandux
    Replies
    4
    Views
    22,432

    That's not the problem, since we made the...

    That's not the problem, since we made the dhcpreq.c ourselfs we know basic things like that. I was talking about the DHCP options that have to be set before the DHCP request can be send.

    Thanks...
  5. Thread: DHCP Discover

    by Xandux
    Replies
    4
    Views
    22,432

    DHCP Discover

    Hello all,

    For a school assignment we need to make a program in C that does a correct DHCP discover (and if that works, we need to catch the answer etc). However, we've been trying to get the...
Results 1 to 5 of 5