Programming :: Increase SCTP Outstream Value?
Jul 14, 2011
Im using SCTP to send streams to my application, but at max i can send 10 streams after that i get error saying "sendmsg() failed(22): Invalid argument".To set sctp outstream and instream value im using structure sctp_initmsg defined in netinet/sctp.h
struct sctp_initmsg {
__u16 sinit_num_ostreams;
__u16 sinit_max_instreams;
[code]....
View 1 Replies
ADVERTISEMENT
Mar 11, 2009
We Are Using Centos 5 64Bit with Kernel 2.6.18.92 with Amd Athlon ProcessorThe problem when calling setsockopt it return error errno:22 InvalidargumentThis code run on Macos ,Sunsolaris ,But fail to execute on Centos 5 64bit & The SCTP mailing group told me that this problem belongs to centosexample form ibm webside
/*
server
*/
[code]....
View 4 Replies
View Related
Dec 9, 2010
Have any of the below TCP based applications are implemented over SCTP in Linux ?
1. ftp
2. telnet
3. HTTP
Or any other applications ?
View 1 Replies
View Related
Mar 12, 2010
I want to use SCTP socket in red hat enterprise.
View 9 Replies
View Related
Feb 18, 2010
i am using ubuntu 9.10. i am trying to use ubuntu as a test bed for my thesis work on seamless mobility including SCTP and its add ip feature. i have installed lksctp with this command
sudo apt-get install lksctp-tools libsctp-dev
now i have to enable its addip feature and as i have read in other threads i have to change it from sysctl but the problem is that when i enter "sysctl -a" it does not show any sctp options.
View 10 Replies
View Related
Jul 14, 2010
I am writing a program in C to create a GUI application using GTK 2. My actual program is quite large, so I am using a modified version of the sample program from GNOME library for trial. I wish to increase the font size, and I have using PangoFontDescription. I have made that section of the code bold and italic below for quick reference to the code that affects fonts. But it does not make any difference. I am compiling the C file using gcc. The code is as follows(hello.c):
#include <gtk/gtk.h>
#include <glib.h>
#include <gdk/gdk.h>
[code]....
View 5 Replies
View Related
Dec 12, 2010
The three lines in /etc/services for nfs (2049) has UDP, TCP and one I haven't seen before sctp. what is sctp and does iptables block it?
View 3 Replies
View Related
Jul 26, 2010
If I open a raw SCTP socket, am I able to bind to a specific port? (I only want to see SCTP packets from a particular IP address AND port.) Or, any raw SCTP socket, regardless of port binding , will get all SCTP packets received by the OS from that IP address? The port doesn't matter and is ignored.
View 1 Replies
View Related
Jun 16, 2011
I create SCTP socket with port number 60011. The SCTP socket descriptor value is 18.
When I try to close the socket with the socket descriptor, sometimes it is not closed without errno.
View 2 Replies
View Related
Jun 2, 2010
I am getting ready to increase an LVM on one of my virtual Sles machines.It has been 4 years since I have had to do this.I found the procedure on how to do this but I feel I am missing something. after I add the space do I need to do some kind of resize or is this only done if the addtion is dynamic? It is and ext3 file system.
View 2 Replies
View Related
Aug 8, 2011
I'm running FC 14 and the /dev/shm is no longer as big as it used to be (under an older FC). How can I increase the size of the /dev/shm? I tried the following
Code:
mount -o remount,size=6G /dev/shm
Which seemed to work, but then the system hung when I tried to use the extra space and I had to reboot. What's the correct way to increase the size of the /dev/shm partition?
View 3 Replies
View Related
Jun 18, 2010
I am new to ubuntu i have installed ubuntu 10.04 through windows , while installing i selected size as 4 gb, but now after updating the ubuntu i am getting a warning as low disk space, how can i increase the memory where ubuntu is installed.
View 1 Replies
View Related
Jul 3, 2010
When I downloaded the ISO file thru DAP it showed up as 699.44MB but when I completed the download onto my HDD (XP SP3 & NTFS) it shows up as 716,230KB (see below) with a result when I try to burn on to a CD. I get an error that the file is too large. Whats happening, is there a solution to this?
View 9 Replies
View Related
May 21, 2011
I am working on my vmware workstation.
I have a /dev/sdb which is 5GB. I am using LVM.
Now I increase /dev/sdb 2 more GB.
fdisk -l shows 7 GB but pvscan still shows 5GB.
how do I make my system recognize the new 7GB added and be able to add those to my physical volumen and extend my volume group and logical volumen
View 1 Replies
View Related
Nov 17, 2010
my /var dir partation /dev/sda7 of 965M, how to increse this size using free available disk space?
[root@SANJAY-CMS 500]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 4.8G 3.1G 1.5G 69% /
[code]....
View 1 Replies
View Related
May 12, 2011
I have bought the original (read it: original) Simpsons season 1 and Family Guy season 1.
These dvds have subtitles for different languages like EN,FR,DE.Whatever subtitle I select I can not increase its size. I have the same problem in these two different tv series.In vlc I go to settings->subtitles and I select as font size Larger
View 2 Replies
View Related
Aug 21, 2011
There I was, trying to update the package lists in a fresh install of Knoppix, when:
View 8 Replies
View Related
Mar 31, 2010
is there a way to make the cpu fan turn faster at certain speed when the cpu temp. reaches lets say 65 or 70c automatically thru a script or config file ?
View 2 Replies
View Related
Aug 19, 2011
I need a really large console font! I used ter-v32n.psf.gz but it is not large enough for what I need. Anyone know of anywhere which I can download a few of them.
View 3 Replies
View Related
Jul 27, 2010
I have a few VMs set up with virtualbox but am finding that I'm now running out of space in some of the VMs. I really don't fancy creating new VMs and reinstalling and configuring them so is there an easy way to increase the size of the virtual disks?
View 9 Replies
View Related
May 29, 2010
Some audio output from files or streams is too low. It is obvious that hardware is able to play the same sounds but louder but because of the data it just plays it at some low level even at 100% volume. Vlc can generally increase the volume of a file up to 200%. Is there a way to do the same thing VLC does system-wide and if possible for an arbitrary v percentage value.
If there is no application that does this, where should i look into for libs to do it myself or what code should i modify(eg code in the alsamixer)
Note: Asked the same thing on stackoverflow and they directed me here.
View 1 Replies
View Related
Jan 22, 2010
I used to have Windows on my laptop, until I got the blue screen, so I just installed ubuntu. Well everything was ALOT louder on Windows, and I was wondering if there was a way to increase the maximum volume. I have to turn the volume almost all the way up to watch a movie. On Windows 1/4 volume was plenty. I searched, but alot of the answers I saw were that it was hardware limitations, which cant be the case, since it was a ton louder on Windows
View 5 Replies
View Related
Apr 6, 2010
I've a laptop from 2001 with 512MB of RAM, and I was running Windows XP, and the laptop wasn't coping very well with the huge demands of the applications of today. It was only yesterday I installed Ubuntu alongside XP and I was surprised to see how fast everything was!
The only thing that's bugging me a bit is the screen. Some parts of the desktop shows some banding where there is meant to be a gradient, probably telling me to increase the color depth. Is there a way in Karmic Koala to change the color depth? I tried using sudo gedit /etc/X11/xorg.conf but when the editor shows up with the setting file, it's empty.
View 9 Replies
View Related
Jun 16, 2010
When I installed Ubuntu(with W.U.B.I) it gave a set amount of space, unfortunately I have come near the end of the set 15GB's I was just wondering if there was a way to increase the amount of space ubuntu can use
View 9 Replies
View Related
Jul 15, 2010
I've found this page: [URL]
I've followed several suggestions on my system and overall performance is better.
My question is related to the following:
Quote:
OPTIMIZATIONS NOT RELATED TO STARTUP
Move your temporary files /tmp folder to your RAM if you have loads of memory. This will also provide you greater privacy. Edit /etc/fstab and add the following line to it
tmpfs /tmp tmpfs defaults,noexec,nosuid 0 0
Is this not normally implemented since some users don't have a lot of RAM?
Also, would it make that much difference if the system didn't have a lot of RAM to work with?
View 9 Replies
View Related
Sep 19, 2010
Is there any way of cooling the CPU down by easily increasing the ventilation of my toshiba laptop,hardware or software fixes.. as my CPU heats up and runs at stupidly slow speeds when i do something like video flash and the internet is mainly what i use my computer for (no games) but this is a bit much for it. can i do something like alter the fan speed or anything?
View 5 Replies
View Related
Oct 11, 2010
I have 4 primary partitions on my hard drive. One of these partitions has been divided into 3 logical partitions with some free space left over. The order is this: "swap", "/", "/home", and about 80GB of unallocated space. I want to incorporate that unallocated space into the home partition. I tried this by booting a live CD and starting GParted but it didn't give me the option to increase the size of my home partition or the primary partition as a whole. The only thing it would let me do is decrease the size of my home partition.
View 2 Replies
View Related
Oct 14, 2010
is it possible to increase the resolution on gtk themes to get rid of visible pixels? Or is there a set limit?
View 1 Replies
View Related
Nov 13, 2010
How do I change the default scrollbar width in ubuntu 10.10? I tried this but it doesn't seem to work on 10.10: [URL]
Should it work on 10.10?
View 3 Replies
View Related
Dec 26, 2010
i have a desktop computer with a fresh install of ubuntu 9.1. the display is too dark to see pictures and several websites as well. is there a gui tool for color and brightness correction, or do i need to do something special?
View 9 Replies
View Related