summaryrefslogtreecommitdiff
path: root/socket.c
Commit message (Expand)AuthorAgeFilesLines
* On Linux, ignore a certain number of EHOSTUNREACH and ECONNREFUSED messages t...Ted Lemon1997-03-291-5/+30
* Put file version in copyright stringTed Lemon1996-08-271-1/+1
* Add code to read and discard incoming packets on fallback socketTed Lemon1996-06-121-0/+15
* Delete unused automatic variablesTed Lemon1996-06-041-1/+0
* Don't print interface network name if there's no network structureTed Lemon1996-05-221-2/+7
* update interface configure banner; add from addr to send_packetTed Lemon1996-05-221-6/+28
* Update copyrightTed Lemon1996-05-171-1/+1
* Fix up pointer type incompatibilitiesTed Lemon1996-05-161-3/+3
* Traditionalize; change interface attach messageTed Lemon1996-05-161-5/+8
* Rewrite socket code to support new network abstractionTed Lemon1996-05-131-13/+53
* Socket.c now contains code for the standard UDP socket interface; bpf code ha...Ted Lemon1996-04-111-382/+26
* Various user-provided patchesTed Lemon1996-03-161-3/+257
* Slightly less gnarly MTUTed Lemon1996-02-291-1/+2
* Intermediate changes to support actual DHCP protocol engineTed Lemon1996-02-211-0/+3
* Fixed many option bugs; added client for testingTed Lemon1996-02-071-1/+2
* More portable internet addresses; fix endian bug; fix parser bugsTed Lemon1996-02-061-1/+5
* DHCP Server DaemonTed Lemon1995-11-291-0/+208