Hello. ... I just looked at the code, and I think it'll work. It handles sendto() after a connect() properly. ... You can still use sento() to send to specific...
Richard Dawe
richdawe@xxxxxxx.xxxx
Aug 1, 1999 3:24 pm
177
... Yeah so with datagram I can have several computers attached to the same socket/port. ... I'm sure there are PLENTY of ports to use. But I was asking can...
gillius@xxxxxxx.xxx
Aug 2, 1999 8:09 pm
178
Hello. ... There shouldn't be collisions, because each computer will have a unique IP address, so the socket name refers to one computer. As far as I know ...
Richard Dawe
richdawe@xxxxxxx.xxxx
Aug 3, 1999 6:21 pm
179
... No. Well yes you missed my point but that was because I missed the point. I was under the impression the collisions just happened whenever any data got ...
gillius@xxxxxxx.xxx
Aug 3, 1999 8:05 pm
180
Hello, I'm fairly new to socket programming, and have come across a problem. I compiled an example (which I have included at the end of this message) from a...
Jason Morrison
avatarxy@xxxxxxx.xxxx
Aug 3, 1999 10:02 pm
181
Hello. I haven't heard back from the Coda guys about the bug in SOCK.VXD's close function, which affects the Winsock interface, csock. This is such a large bug...
Richard Dawe
richdawe@xxxxxxx.xxxx
Aug 3, 1999 8:15 pm
182
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> I've tried everything I could possibly think of here. I looked at all of your...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Aug 4, 1999 3:46 am
183
Hello. ... I hope this helps. I may have misremembered some details. The layer above the physical layer usually has some way of avoiding collisions. IIRC...
Richard Dawe
richdawe@xxxxxxx.xxxx
Aug 3, 1999 11:30 pm
184
Hello. ... Try adding the following line to resolv.conf: options debug Then try using the program. It should print lots of diagnostic information indicating...
Richard Dawe
richdawe@xxxxxxx.xxxx
Aug 3, 1999 11:49 pm
185
Bonjour M. Richard Dawe ... I thought window user could choose to interface csock or wsock, is it possible to disabel the csock one and rely on wsock ? ... I...
Alain Magloire
alainm@xxxx.xxx.xxxxx...
Aug 4, 1999 6:36 pm
186
Hello. ... 0 => default protocol for the domain & type combination. For AF_INET & SOCK_DGRAM, IPPROTO_UDP is the default protocol. ... OK, it seems I broke the...
Richard Dawe
richdawe@xxxxxxx.xxxx
Aug 4, 1999 6:46 pm
187
... Thanks for the collision infos ... I don't know why everyone in other countries think we have it all? I live in the suburbs of a 700k people metropolis,...
gillius@xxxxxxx.xxx
Aug 4, 1999 8:25 pm
188
... thnx ... Well just so you know exactly what I did, I took example code from ... I don't know if I'm worthy to say his name but it is spelled B E E J. I...
gillius@xxxxxxx.xxx
Aug 4, 1999 8:36 pm
189
Heh I had thought another beta had come out. The version I had (when I was beating myself) was 0.7.4 beta 4 or something like that which is all the way up to...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Aug 5, 1999 12:03 am
190
When I deleted everything I had to do with libsocket and reinstalled the latest version, after running setup and installing the new VXD, everything ran smooth....
Jason Winnebeck
gillius@xxxxxxx.xxxx
Aug 5, 1999 1:03 am
191
Whelp, I got the connected datagrams to work, but writing my connection routine. client: connect(), send() ack?, wait for recv() ack, connected -- act as...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Aug 5, 1999 2:15 am
192
Hello. ... As long as you don't have Winsock 2 :( I guess most Windows users have Winsock 2 these days - Windows '95 OSR 2.1 (?), Windows '98, plus all those...
Richard Dawe
richdawe@xxxxxxx.xxxx
Aug 4, 1999 6:54 pm
193
Hello. ... Out of interest, where do you live in the USA? Blimey! When you read magazines here in the UK, they make it sound like the USA has switched...
Richard Dawe
richdawe@xxxxxxx.xxxx
Aug 5, 1999 7:18 pm
194
Hello. ... Oh no, not another select() bug ;) When you say select() never detected any data, what do you mean? Do you mean you used connect() to associate a...
Richard Dawe
richdawe@xxxxxxx.xxxx
Aug 5, 1999 7:40 pm
195
Hello. ... SOCK.VXD has two bits of code for streams and datagrams. Datagrams are considerably easier to program, judging by the SOCK.VXD source & as one might...
Richard Dawe
richdawe@xxxxxxx.xxxx
Aug 5, 1999 7:47 pm
196
... I live in Tulsa, OK. It should be on your globe, we are the 2nd largest city in this state, beaten only by our capital ... What the heck is Blimey???!?! ...
gillius@xxxxxxx.xxx
Aug 5, 1999 9:24 pm
197
... No. It's not in the stream code either anymore. You don't get it. It worked. The oversend even existed in the UDP until I upgraded the VXD and...
gillius@xxxxxxx.xxx
Aug 5, 1999 9:49 pm
198
I traced it again and again and I narrowed the bug down to this unlikely ... const int ERROR = -1; ... errno=0; int list = socket(AF_INET, SOCK_STREAM, 0); if...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Aug 8, 1999 6:39 am
199
Hello. I'm going on holiday for a week, so please be patient if I don't reply to any mails on the list. Thanks, bye, Rich =] -- ... Richard Dawe |...
Richard Dawe
richdawe@xxxxxxx.xxxx
Aug 8, 1999 10:23 am
200
My code that previously worked broke with the addition of this code (bottom of mail). Everything inside the if FD_ISSET was originally there in the program as...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Aug 8, 1999 7:44 pm
201
Even with STDIN out of the picture it doesn't work. Also, the client does in fact send data because if I passthrough select() by placing data into STDIN to be...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Aug 8, 1999 7:54 pm
202
I have question on how exactly packets arrive in both stream (with one computer) and in datagram (with many computers through same socket). How do I know when...
gillius@...
Aug 10, 1999 7:44 pm
203
I think this email got toasted because I never got it back from libsocket, so I'm sending it again. If you already got it I apologize. I have question on how...
gillius@xxxxxxx.xxx
Aug 10, 1999 9:34 pm
204
the MUUDPIC progress is going very well for right now, with the exception of the select() bug, which will stop the total functioning of the program (since I...
Jason Winnebeck
gillius@xxxxxxx.xxxx
Aug 11, 1999 2:20 am
205
Hello. ... I assumed that by "packet" you mean a bundle of data passed to send at once. [Snipped correct-looking code] ... Streams can split up, down to the...